From f71f583aa7cfc13f48e16a95760e665a67ee7ecf Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 15:22:06 +0000 Subject: [PATCH] chore(main): release 0.123.0 --- CHANGES.md | 9 +++++++++ internal/version.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1d04d26cc6f..e031fa73121 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ # Changes +## [0.123.0](https://github.com/googleapis/google-api-go-client/compare/v0.122.0...v0.123.0) (2023-05-18) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#1974](https://github.com/googleapis/google-api-go-client/issues/1974)) ([98b3073](https://github.com/googleapis/google-api-go-client/commit/98b3073cf54e98459fb5fbd049328360094fb71d)) +* **all:** Auto-regenerate discovery clients ([#1978](https://github.com/googleapis/google-api-go-client/issues/1978)) ([d27f40f](https://github.com/googleapis/google-api-go-client/commit/d27f40fac5e279f65a3002bb55082453454e2ad7)) +* **all:** Auto-regenerate discovery clients ([#1982](https://github.com/googleapis/google-api-go-client/issues/1982)) ([f31b763](https://github.com/googleapis/google-api-go-client/commit/f31b763e2a7354c9d908c61a183c53b0cbe43cb3)) + ## [0.122.0](https://github.com/googleapis/google-api-go-client/compare/v0.121.0...v0.122.0) (2023-05-09) diff --git a/internal/version.go b/internal/version.go index 58021e44ab4..b4904183c9c 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.122.0" +const Version = "0.123.0"