From 27cfae7df9574aebac748988430364644777e27c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 20:18:51 +0000 Subject: [PATCH] chore(main): release 0.190.0 --- CHANGES.md | 8 ++++++++ internal/version.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f3b272e3d58..ec096d5ed39 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [0.190.0](https://github.com/googleapis/google-api-go-client/compare/v0.189.0...v0.190.0) (2024-07-24) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#2693](https://github.com/googleapis/google-api-go-client/issues/2693)) ([cbc19e7](https://github.com/googleapis/google-api-go-client/commit/cbc19e75465de8084d9e34b2b3ccc0ba8d905e3d)) +* Move storage, bigquery, and compute to new auth lib ([#2695](https://github.com/googleapis/google-api-go-client/issues/2695)) ([66ace6c](https://github.com/googleapis/google-api-go-client/commit/66ace6c95689fd06cb467069d8ec0f5ddb8ac695)) + ## [0.189.0](https://github.com/googleapis/google-api-go-client/compare/v0.188.0...v0.189.0) (2024-07-22) diff --git a/internal/version.go b/internal/version.go index 1bcbf2cb304..54ae69fa817 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.189.0" +const Version = "0.190.0"