From 3dd7676f0ee23e3800a3d683c3793eb0a346e75e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 07:22:48 +0000 Subject: [PATCH] chore(main): release 0.199.0 --- CHANGES.md | 7 +++++++ internal/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index bb5aead61d..b56ac96a52 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.199.0](https://github.com/googleapis/google-api-go-client/compare/v0.198.0...v0.199.0) (2024-09-20) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#2791](https://github.com/googleapis/google-api-go-client/issues/2791)) ([bd9630a](https://github.com/googleapis/google-api-go-client/commit/bd9630ab6fc22bc2bf7108d72457f914c69a4b14)) + ## [0.198.0](https://github.com/googleapis/google-api-go-client/compare/v0.197.0...v0.198.0) (2024-09-19) diff --git a/internal/version.go b/internal/version.go index ed0987b42e..df50575b90 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.198.0" +const Version = "0.199.0"