From 958f3dad48c70c8c7526470b2867b34e3914f37d Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 21:58:09 +0000 Subject: [PATCH] chore(main): release 0.97.0 --- CHANGES.md | 13 +++++++++++++ internal/version.go | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 374700ac270..f05a019c81b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,18 @@ # Changes +## [0.97.0](https://github.com/googleapis/google-api-go-client/compare/v0.96.0...v0.97.0) (2022-09-19) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#1693](https://github.com/googleapis/google-api-go-client/issues/1693)) ([a87400b](https://github.com/googleapis/google-api-go-client/commit/a87400be9341608f73e9ae1b5dbbecc7adfbf609)) +* **all:** Auto-regenerate discovery clients ([#1695](https://github.com/googleapis/google-api-go-client/issues/1695)) ([b8f2556](https://github.com/googleapis/google-api-go-client/commit/b8f25561a76841c7549a358925eb7bfc2236465e)) + + +### Bug Fixes + +* Build script bash error ([#1697](https://github.com/googleapis/google-api-go-client/issues/1697)) ([6b0515b](https://github.com/googleapis/google-api-go-client/commit/6b0515bf05d8c62007748827eed486c607af483b)) + ## [0.96.0](https://github.com/googleapis/google-api-go-client/compare/v0.95.0...v0.96.0) (2022-09-14) diff --git a/internal/version.go b/internal/version.go index 08d3c916f09..ce0e80c4e80 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.96.0" +const Version = "0.97.0"