From b8a2a5e32f9629e6cc284e3c37fa84d44dc371b9 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 12:17:15 -0600 Subject: [PATCH] chore(main): release 0.113.0 (#1901) --- CHANGES.md | 9 +++++++++ internal/version.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 0b5bb43e7fc..d269cb08afa 100644 --- a/CHANGES.md +++ b/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) diff --git a/internal/version.go b/internal/version.go index a5a6809ea19..be5fc4e3e46 100644 --- a/internal/version.go +++ b/internal/version.go @@ -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"