From 2ae177367f18f8d7c5d7bd9b28a439bb2ff7ec68 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 07:22:43 +0000 Subject: [PATCH] chore(main): release 0.175.0 --- CHANGES.md | 13 +++++++++++++ internal/version.go | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 98640c4f57d..c8dfcc63b9d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,18 @@ # Changes +## [0.175.0](https://github.com/googleapis/google-api-go-client/compare/v0.174.0...v0.175.0) (2024-04-19) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#2526](https://github.com/googleapis/google-api-go-client/issues/2526)) ([ec3a580](https://github.com/googleapis/google-api-go-client/commit/ec3a5802909a15a9a98f27ffedb1b9229949d254)) +* **all:** Auto-regenerate discovery clients ([#2529](https://github.com/googleapis/google-api-go-client/issues/2529)) ([9622a0d](https://github.com/googleapis/google-api-go-client/commit/9622a0d432afa4ee791ffc361cb8d3ea13aa6e40)) + + +### Bug Fixes + +* Bump auth deps ([#2528](https://github.com/googleapis/google-api-go-client/issues/2528)) ([f662ab7](https://github.com/googleapis/google-api-go-client/commit/f662ab75f2bfe1080cc9f1929ff4227ca22903c1)) + ## [0.174.0](https://github.com/googleapis/google-api-go-client/compare/v0.173.0...v0.174.0) (2024-04-17) diff --git a/internal/version.go b/internal/version.go index ebfc4d4bb3c..9d7274e25ff 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.174.0" +const Version = "0.175.0"