diff --git a/CHANGES.md b/CHANGES.md index 3658b8ad06..225b436a64 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ # Changes +## [0.208.0](https://github.com/googleapis/google-api-go-client/compare/v0.207.0...v0.208.0) (2024-11-20) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#2881](https://github.com/googleapis/google-api-go-client/issues/2881)) ([44435a9](https://github.com/googleapis/google-api-go-client/commit/44435a9a91048abc5776051221ce9e64b75f5734)) +* **gensupport:** Per-chunk transfer timeout configs ([09fa125](https://github.com/googleapis/google-api-go-client/commit/09fa125adbe59d02e1e67470bfeebcb6b9c1596e)) +* **gensupport:** Per-chunk transfer timeout configs ([#2865](https://github.com/googleapis/google-api-go-client/issues/2865)) ([09fa125](https://github.com/googleapis/google-api-go-client/commit/09fa125adbe59d02e1e67470bfeebcb6b9c1596e)) + ## [0.207.0](https://github.com/googleapis/google-api-go-client/compare/v0.206.0...v0.207.0) (2024-11-19) diff --git a/internal/version.go b/internal/version.go index 294436d31c..796b74a86f 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.207.0" +const Version = "0.208.0"