From 3cf32ae05139004f7d8b71c9aa25e1f427bc503c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 19:06:40 +0000 Subject: [PATCH] chore(main): release 0.120.0 --- CHANGES.md | 9 +++++++++ internal/version.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9839c64b4a4..6bbb7dbf870 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ # Changes +## [0.120.0](https://github.com/googleapis/google-api-go-client/compare/v0.119.0...v0.120.0) (2023-04-24) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#1955](https://github.com/googleapis/google-api-go-client/issues/1955)) ([409bc9d](https://github.com/googleapis/google-api-go-client/commit/409bc9d50bd4e59d23ae097f5d5a435c8682e000)) +* **all:** Auto-regenerate discovery clients ([#1957](https://github.com/googleapis/google-api-go-client/issues/1957)) ([289b859](https://github.com/googleapis/google-api-go-client/commit/289b8592f5aacfdbcdc6172d6b5ea937c245b152)) +* **all:** Auto-regenerate discovery clients ([#1958](https://github.com/googleapis/google-api-go-client/issues/1958)) ([fcd007a](https://github.com/googleapis/google-api-go-client/commit/fcd007a04f77950981b384055e130667b6e275b7)) + ## [0.119.0](https://github.com/googleapis/google-api-go-client/compare/v0.118.0...v0.119.0) (2023-04-19) diff --git a/internal/version.go b/internal/version.go index c6867289461..b791d2304e6 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.119.0" +const Version = "0.120.0"