From cd95a345b90013df33fe826370bb017ef4a3f660 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:00:35 +0000 Subject: [PATCH] chore(main): release 0.194.0 (#2747) :robot: I have created a release *beep* *boop* --- ## [0.194.0](https://togithub.com/googleapis/google-api-go-client/compare/v0.193.0...v0.194.0) (2024-08-22) ### Features * **all:** Auto-regenerate discovery clients ([#2746](https://togithub.com/googleapis/google-api-go-client/issues/2746)) ([5d61f08](https://togithub.com/googleapis/google-api-go-client/commit/5d61f08943c359fa97c9764f9e7e6592894b251e)) ### Bug Fixes * **gen:** Change HttpBody.Data from string to any for monitoring:v1 ([#2744](https://togithub.com/googleapis/google-api-go-client/issues/2744)) ([eda6a59](https://togithub.com/googleapis/google-api-go-client/commit/eda6a594194b59d5089c3bfbe52bd125a542da4e)), refs [#2304](https://togithub.com/googleapis/google-api-go-client/issues/2304) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please). --- CHANGES.md | 12 ++++++++++++ internal/version.go | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a9d72f970c8..0dab0331ff8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,17 @@ # Changes +## [0.194.0](https://github.com/googleapis/google-api-go-client/compare/v0.193.0...v0.194.0) (2024-08-22) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#2746](https://github.com/googleapis/google-api-go-client/issues/2746)) ([5d61f08](https://github.com/googleapis/google-api-go-client/commit/5d61f08943c359fa97c9764f9e7e6592894b251e)) + + +### Bug Fixes + +* **gen:** Change HttpBody.Data from string to any for monitoring:v1 ([#2744](https://github.com/googleapis/google-api-go-client/issues/2744)) ([eda6a59](https://github.com/googleapis/google-api-go-client/commit/eda6a594194b59d5089c3bfbe52bd125a542da4e)), refs [#2304](https://github.com/googleapis/google-api-go-client/issues/2304) + ## [0.193.0](https://github.com/googleapis/google-api-go-client/compare/v0.192.0...v0.193.0) (2024-08-20) diff --git a/internal/version.go b/internal/version.go index e4e4e6bf7ae..60f4bfacb6f 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.193.0" +const Version = "0.194.0"