From 1426ca592dcfcb27dbcec856dec19eea91559e9b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 13:29:50 +0000 Subject: [PATCH] chore(main): release 0.93.0 --- CHANGES.md | 8 ++++++++ internal/version.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1f9778918b6..65d6ff7be3a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [0.93.0](https://github.com/googleapis/google-api-go-client/compare/v0.92.0...v0.93.0) (2022-08-16) + + +### Features + +* **all:** auto-regenerate discovery clients, refs [#1662](https://github.com/googleapis/google-api-go-client/issues/1662) [#1661](https://github.com/googleapis/google-api-go-client/issues/1661) [#1652](https://github.com/googleapis/google-api-go-client/issues/1652) +* **google-api-go-generator:** Change field PaymentState to pointer ([#1663](https://github.com/googleapis/google-api-go-client/issues/1663)) ([d6ee425](https://github.com/googleapis/google-api-go-client/commit/d6ee425a65668ee28ff97c6fb70f3497865d6572)), refs [#727](https://github.com/googleapis/google-api-go-client/issues/727) + ## [0.92.0](https://github.com/googleapis/google-api-go-client/compare/v0.91.0...v0.92.0) (2022-08-10) diff --git a/internal/version.go b/internal/version.go index 4fc51d1b1ce..b5a685e7053 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.92.0" +const Version = "0.93.0"