From e96f1412bc02104f873cac52205ee54c250b4724 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 07:25:13 +0000 Subject: [PATCH] chore(main): release 0.125.0 --- CHANGES.md | 7 +++++++ internal/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 69cf6a778e1..da0795bf071 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.125.0](https://github.com/googleapis/google-api-go-client/compare/v0.124.0...v0.125.0) (2023-05-24) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#1995](https://github.com/googleapis/google-api-go-client/issues/1995)) ([cdcccfa](https://github.com/googleapis/google-api-go-client/commit/cdcccfa295910a1cd38694eca22d5a87689daf36)) + ## [0.124.0](https://github.com/googleapis/google-api-go-client/compare/v0.123.0...v0.124.0) (2023-05-23) diff --git a/internal/version.go b/internal/version.go index b9df418ecda..f3543c5b720 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.124.0" +const Version = "0.125.0"