From 185f705851526d108adbc3e62d935717526be69f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 16:37:36 +0000 Subject: [PATCH] chore(main): release 0.96.0 --- CHANGES.md | 7 +++++++ internal/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d869b692278..7df26b8c3ab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.96.0](https://github.com/googleapis/google-api-go-client/compare/v0.95.0...v0.96.0) (2022-09-07) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#1686](https://github.com/googleapis/google-api-go-client/issues/1686)) ([ce5ed41](https://github.com/googleapis/google-api-go-client/commit/ce5ed411756019b79c77e580670fccc8c08cccca)) + ## [0.95.0](https://github.com/googleapis/google-api-go-client/compare/v0.94.0...v0.95.0) (2022-09-06) diff --git a/internal/version.go b/internal/version.go index 743154c54b1..08d3c916f09 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.95.0" +const Version = "0.96.0"