diff --git a/CHANGES.md b/CHANGES.md index 6de05aaace4..a8abafc8f3e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.95.0](https://github.com/googleapis/google-api-go-client/compare/v0.94.0...v0.95.0) (2022-08-24) + + +### Features + +* **all:** auto-regenerate discovery clients, refs [#1677](https://github.com/googleapis/google-api-go-client/issues/1677) + ## [0.94.0](https://github.com/googleapis/google-api-go-client/compare/v0.93.0...v0.94.0) (2022-08-23) diff --git a/internal/version.go b/internal/version.go index 8b6b0969ad1..743154c54b1 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.94.0" +const Version = "0.95.0"