diff --git a/CHANGES.md b/CHANGES.md index 222aee2133f..410b42ebf22 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.75.0](https://github.com/googleapis/google-api-go-client/compare/v0.74.0...v0.75.0) (2022-03-31) + + +### Features + +* **all:** auto-regenerate discovery clients, refs [#1496](https://github.com/googleapis/google-api-go-client/issues/1496) + ## [0.74.0](https://github.com/googleapis/google-api-go-client/compare/v0.73.0...v0.74.0) (2022-03-30) diff --git a/internal/version.go b/internal/version.go index 66b62400adf..3599baa0feb 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.74.0" +const Version = "0.75.0"