From 9812424a0461a4bf511d61af3f7012ca87ef5d63 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 07:24:43 +0000 Subject: [PATCH] chore(main): release 0.197.0 --- CHANGES.md | 7 +++++++ internal/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 3f40a79143..458c0713b8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.197.0](https://github.com/googleapis/google-api-go-client/compare/v0.196.0...v0.197.0) (2024-09-04) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#2770](https://github.com/googleapis/google-api-go-client/issues/2770)) ([07782e2](https://github.com/googleapis/google-api-go-client/commit/07782e2db0dc8432b659fb6b1392837a9a33d784)) + ## [0.196.0](https://github.com/googleapis/google-api-go-client/compare/v0.195.0...v0.196.0) (2024-09-03) diff --git a/internal/version.go b/internal/version.go index 36e075d21f..86152a19fc 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.196.0" +const Version = "0.197.0"