Skip to content

Commit f685f12

Browse files
chore(main): release 0.208.0 (#2882)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 09fa125 commit f685f12

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changes
22

3+
## [0.208.0](https://github.com/googleapis/google-api-go-client/compare/v0.207.0...v0.208.0) (2024-11-20)
4+
5+
6+
### Features
7+
8+
* **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))
9+
* **gensupport:** Per-chunk transfer timeout configs ([09fa125](https://github.com/googleapis/google-api-go-client/commit/09fa125adbe59d02e1e67470bfeebcb6b9c1596e))
10+
* **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))
11+
312
## [0.207.0](https://github.com/googleapis/google-api-go-client/compare/v0.206.0...v0.207.0) (2024-11-19)
413

514

internal/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package internal
66

77
// Version is the current tagged release of the library.
8-
const Version = "0.207.0"
8+
const Version = "0.208.0"

0 commit comments

Comments
 (0)