From 4e8b13bf94a87a4e401e08dd895420256a5c5e55 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 17:17:35 +0000 Subject: [PATCH] chore(main): release 0.124.0 --- CHANGES.md | 7 +++++++ internal/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e031fa73121..efdc918718c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.124.0](https://github.com/googleapis/google-api-go-client/compare/v0.123.0...v0.124.0) (2023-05-19) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#1988](https://github.com/googleapis/google-api-go-client/issues/1988)) ([0b4f4af](https://github.com/googleapis/google-api-go-client/commit/0b4f4aff308792890dd6e196e57c5ab581148330)) + ## [0.123.0](https://github.com/googleapis/google-api-go-client/compare/v0.122.0...v0.123.0) (2023-05-18) diff --git a/internal/version.go b/internal/version.go index b4904183c9c..b9df418ecda 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.123.0" +const Version = "0.124.0"