diff --git a/CHANGES.md b/CHANGES.md index 8cea257e218..4f2fe848f4f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.151.0](https://github.com/googleapis/google-api-go-client/compare/v0.150.0...v0.151.0) (2023-11-07) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#2253](https://github.com/googleapis/google-api-go-client/issues/2253)) ([58f1c94](https://github.com/googleapis/google-api-go-client/commit/58f1c94d0de3b0e7715428ccc5ca17f1dfbab076)) + ## [0.150.0](https://github.com/googleapis/google-api-go-client/compare/v0.149.0...v0.150.0) (2023-11-06) diff --git a/internal/version.go b/internal/version.go index 62a5a2386b7..028e96edebd 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.150.0" +const Version = "0.151.0"