Skip to content

Commit

Permalink
chore(main): release 0.113.0 (#1901)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Mar 15, 2023
1 parent fc221ce commit b8a2a5e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
@@ -1,5 +1,14 @@
# Changes

## [0.113.0](https://github.com/googleapis/google-api-go-client/compare/v0.112.0...v0.113.0) (2023-03-15)


### Features

* **all:** Auto-regenerate discovery clients ([#1900](https://github.com/googleapis/google-api-go-client/issues/1900)) ([fc221ce](https://github.com/googleapis/google-api-go-client/commit/fc221ced8f967897a23fa585f918801c10a13b0d))
* **idtoken:** Add support for external_account ([#1897](https://github.com/googleapis/google-api-go-client/issues/1897)) ([64b6ee4](https://github.com/googleapis/google-api-go-client/commit/64b6ee4ccbd1b9a52eed972989e9b8117406613b))
* **transport:** Add support for setting quota project with envvar ([#1892](https://github.com/googleapis/google-api-go-client/issues/1892)) ([63c48a6](https://github.com/googleapis/google-api-go-client/commit/63c48a69a6be327f495ce18f47395989b92456a6))

## [0.112.0](https://github.com/googleapis/google-api-go-client/compare/v0.111.0...v0.112.0) (2023-03-09)


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.112.0"
const Version = "0.113.0"

0 comments on commit b8a2a5e

Please sign in to comment.