From 2ac155a25d2f31c4ce80c58c36a26b0ee8f4c610 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 14:42:08 -0600 Subject: [PATCH] chore(main): release 0.82.0 (#1559) --- CHANGES.md | 7 +++++++ internal/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 78a142fe699..b84bf5fa4ad 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.82.0](https://github.com/googleapis/google-api-go-client/compare/v0.81.0...v0.82.0) (2022-06-01) + + +### Features + +* **all:** auto-regenerate discovery clients, refs [#1565](https://github.com/googleapis/google-api-go-client/issues/1565) [#1562](https://github.com/googleapis/google-api-go-client/issues/1562) [#1561](https://github.com/googleapis/google-api-go-client/issues/1561) [#1560](https://github.com/googleapis/google-api-go-client/issues/1560) [#1557](https://github.com/googleapis/google-api-go-client/issues/1557) + ## [0.81.0](https://github.com/googleapis/google-api-go-client/compare/v0.80.0...v0.81.0) (2022-05-24) diff --git a/internal/version.go b/internal/version.go index 060319e1ba9..a382d160a6a 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.81.0" +const Version = "0.82.0"