From 4ff217aa0751b93b59eb25fc887cec00c0452d99 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 08:22:34 +0000 Subject: [PATCH] chore(main): release 0.162.0 --- CHANGES.md | 10 ++++++++++ internal/version.go | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index cbb8153523b..675ccef77f5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,15 @@ # Changes +## [0.162.0](https://github.com/googleapis/google-api-go-client/compare/v0.161.0...v0.162.0) (2024-02-03) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#2388](https://github.com/googleapis/google-api-go-client/issues/2388)) ([f2f2d22](https://github.com/googleapis/google-api-go-client/commit/f2f2d22cf7dc6904306ca941ef8c6994a573a383)) +* **all:** Auto-regenerate discovery clients ([#2391](https://github.com/googleapis/google-api-go-client/issues/2391)) ([c8e77f6](https://github.com/googleapis/google-api-go-client/commit/c8e77f698e25db69b2f41997eaddc2ffe1c67d03)) +* **all:** Auto-regenerate discovery clients ([#2392](https://github.com/googleapis/google-api-go-client/issues/2392)) ([e5a7a15](https://github.com/googleapis/google-api-go-client/commit/e5a7a1541d287038778a37a22478ac4830cefc17)) +* **all:** Auto-regenerate discovery clients ([#2394](https://github.com/googleapis/google-api-go-client/issues/2394)) ([140fb54](https://github.com/googleapis/google-api-go-client/commit/140fb54417a8198f9cc75a25e743836dcf75e171)) + ## [0.161.0](https://github.com/googleapis/google-api-go-client/compare/v0.160.0...v0.161.0) (2024-01-30) diff --git a/internal/version.go b/internal/version.go index f33c762df20..7459644d705 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.161.0" +const Version = "0.162.0"