From 4516ebdd1629841ad46e495c860ee9b7d18a63ac Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 15:47:59 +0000 Subject: [PATCH] chore(main): release 0.72.0 --- CHANGES.md | 7 +++++++ internal/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 6b70414a7d6..a5715b87444 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.72.0](https://github.com/googleapis/google-api-go-client/compare/v0.71.0...v0.72.0) (2022-03-14) + + +### Features + +* **all:** auto-regenerate discovery clients, refs [#1474](https://github.com/googleapis/google-api-go-client/issues/1474) [#1472](https://github.com/googleapis/google-api-go-client/issues/1472) [#1470](https://github.com/googleapis/google-api-go-client/issues/1470) + ## [0.71.0](https://github.com/googleapis/google-api-go-client/compare/v0.70.0...v0.71.0) (2022-03-08) diff --git a/internal/version.go b/internal/version.go index ec3f0711b5a..66e54fb553c 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.71.0" +const Version = "0.72.0"