From a52631802bcd501af1b1f9904db15c55c1f85993 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 13:27:22 +0000 Subject: [PATCH] chore(main): release 0.86.0 --- CHANGES.md | 7 +++++++ internal/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8493e569942..c50c248556f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.86.0](https://github.com/googleapis/google-api-go-client/compare/v0.85.0...v0.86.0) (2022-06-28) + + +### Features + +* **all:** auto-regenerate discovery clients, refs [#1603](https://github.com/googleapis/google-api-go-client/issues/1603) [#1601](https://github.com/googleapis/google-api-go-client/issues/1601) [#1600](https://github.com/googleapis/google-api-go-client/issues/1600) [#1599](https://github.com/googleapis/google-api-go-client/issues/1599) [#1596](https://github.com/googleapis/google-api-go-client/issues/1596) + ## [0.85.0](https://github.com/googleapis/google-api-go-client/compare/v0.84.0...v0.85.0) (2022-06-21) diff --git a/internal/version.go b/internal/version.go index 40b776bd777..47795ddee44 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.85.0" +const Version = "0.86.0"