From 23d35ebf6adf080ea745e794a52c3e3260129a89 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 02:47:43 +0000 Subject: [PATCH] chore(main): release 0.123.0 --- CHANGES.md | 8 ++++++++ internal/version.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1d04d26cc6f..a2634df17d6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ # 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)) + ## [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"