From 5cffc8c10b22186b52e1ce412a04f66132152c16 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 11:07:50 -0600 Subject: [PATCH] chore(main): release 0.76.0 (#1520) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGES.md | 7 +++++++ internal/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f33ebe77666..1af5721a7e9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.76.0](https://github.com/googleapis/google-api-go-client/compare/v0.75.0...v0.76.0) (2022-04-26) + + +### Features + +* **all:** auto-regenerate discovery clients, refs [#1523](https://github.com/googleapis/google-api-go-client/issues/1523) [#1522](https://github.com/googleapis/google-api-go-client/issues/1522) [#1521](https://github.com/googleapis/google-api-go-client/issues/1521) [#1518](https://github.com/googleapis/google-api-go-client/issues/1518) + ## [0.75.0](https://github.com/googleapis/google-api-go-client/compare/v0.74.0...v0.75.0) (2022-04-20) diff --git a/internal/version.go b/internal/version.go index 3599baa0feb..04d7a14a01f 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.75.0" +const Version = "0.76.0"