From f2593c58a85be16a1ca9ca17164393a07f24e109 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 17:11:05 +0000 Subject: [PATCH] chore(main): release 0.99.0 --- CHANGES.md | 7 +++++++ internal/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1e1bcb3d8c9..593d8634529 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.99.0](https://github.com/googleapis/google-api-go-client/compare/v0.98.0...v0.99.0) (2022-10-14) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#1701](https://github.com/googleapis/google-api-go-client/issues/1701)) ([6b81c83](https://github.com/googleapis/google-api-go-client/commit/6b81c8355addd65f718bb9195e1c2356117e1a1b)) + ## [0.98.0](https://github.com/googleapis/google-api-go-client/compare/v0.97.0...v0.98.0) (2022-09-27) diff --git a/internal/version.go b/internal/version.go index ab476d11374..3ed91d0b643 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.98.0" +const Version = "0.99.0"