From fc505881fe268613df2390772bb1a091acb165d9 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 12:47:27 -0600 Subject: [PATCH] chore(main): release 0.83.0 (#1567) --- CHANGES.md | 7 +++++++ internal/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b84bf5fa4ad..1170bafe89f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.83.0](https://github.com/googleapis/google-api-go-client/compare/v0.82.0...v0.83.0) (2022-06-07) + + +### Features + +* **all:** auto-regenerate discovery clients, refs [#1571](https://github.com/googleapis/google-api-go-client/issues/1571) [#1569](https://github.com/googleapis/google-api-go-client/issues/1569) [#1566](https://github.com/googleapis/google-api-go-client/issues/1566) + ## [0.82.0](https://github.com/googleapis/google-api-go-client/compare/v0.81.0...v0.82.0) (2022-06-01) diff --git a/internal/version.go b/internal/version.go index a382d160a6a..6b00f4d4721 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.82.0" +const Version = "0.83.0"