diff --git a/CHANGES.md b/CHANGES.md index e0ec39f8f03..7a566c8e9b7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.121.1](https://github.com/googleapis/google-api-go-client/compare/v0.121.0...v0.121.1) (2023-05-08) + + +### Bug Fixes + +* Add better support of array of floats ([#1971](https://github.com/googleapis/google-api-go-client/issues/1971)) ([8b0974e](https://github.com/googleapis/google-api-go-client/commit/8b0974e59d252ca5a42629e9b77baadd226a4090)) + ## [0.121.0](https://github.com/googleapis/google-api-go-client/compare/v0.120.0...v0.121.0) (2023-05-03) diff --git a/internal/version.go b/internal/version.go index 007ed02df51..619c35880e1 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.121.0" +const Version = "0.121.1"