Skip to content

Commit

Permalink
chore(main): release 0.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Feb 9, 2022
1 parent ef89845 commit 72caedb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.md
@@ -1,5 +1,17 @@
# Changes

## [0.69.0](https://github.com/googleapis/google-api-go-client/compare/v0.68.0...v0.69.0) (2022-02-09)


### Features

* bump grpc and x/net ([#1428](https://github.com/googleapis/google-api-go-client/issues/1428)) ([331bc9e](https://github.com/googleapis/google-api-go-client/commit/331bc9ececf37af4a07db7a6e00e67800b66a88a))


### Bug Fixes

* **gensupport:** cover ChunkRetryDeadline edge case ([#1430](https://github.com/googleapis/google-api-go-client/issues/1430)) ([ef89845](https://github.com/googleapis/google-api-go-client/commit/ef898456d14592574235bb839514bd549e1007ba))

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


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.68.0"
const Version = "0.69.0"

0 comments on commit 72caedb

Please sign in to comment.