diff --git a/CHANGES.md b/CHANGES.md index cd002cb9a8..e9f1085ebd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.213.0](https://github.com/googleapis/google-api-go-client/compare/v0.212.0...v0.213.0) (2024-12-17) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#2924](https://github.com/googleapis/google-api-go-client/issues/2924)) ([a07467e](https://github.com/googleapis/google-api-go-client/commit/a07467e918b2c0739843a3a6962ba9053d5f43e8)) + ## [0.212.0](https://github.com/googleapis/google-api-go-client/compare/v0.211.0...v0.212.0) (2024-12-16) diff --git a/internal/version.go b/internal/version.go index 72f57e8ec7..532de375dd 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.212.0" +const Version = "0.213.0"