Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.68.0 #1420

Merged
merged 1 commit into from Feb 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGES.md
@@ -1,5 +1,18 @@
# Changes

## [0.68.0](https://github.com/googleapis/google-api-go-client/compare/v0.67.0...v0.68.0) (2022-02-08)


### Features

* **all:** auto-regenerate discovery clients, refs [#1422](https://github.com/googleapis/google-api-go-client/issues/1422) [#1419](https://github.com/googleapis/google-api-go-client/issues/1419)


### Bug Fixes

* **googleapi:** fill response headers in Error ([#1418](https://github.com/googleapis/google-api-go-client/issues/1418)) ([9eaba81](https://github.com/googleapis/google-api-go-client/commit/9eaba8162c40393aa8b1f6a2e45caa876fd8fa78))
* start reporting a meaningful version in headers ([#1426](https://github.com/googleapis/google-api-go-client/issues/1426)) ([f025530](https://github.com/googleapis/google-api-go-client/commit/f025530e20e2388dd726b99619236a8330b7169b))

## [0.67.0](https://github.com/googleapis/google-api-go-client/compare/v0.66.0...v0.67.0) (2022-02-03)


Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Expand Up @@ -5,4 +5,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "0.67.0"
const Version = "0.68.0"
codyoss marked this conversation as resolved.
Show resolved Hide resolved