Skip to content

Commit cb2481e

Browse files
chore(main): release 0.201.0 (#2823)
1 parent ace72d1 commit cb2481e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changes
22

3+
## [0.201.0](https://github.com/googleapis/google-api-go-client/compare/v0.200.0...v0.201.0) (2024-10-15)
4+
5+
6+
### Features
7+
8+
* **all:** Auto-regenerate discovery clients ([#2822](https://github.com/googleapis/google-api-go-client/issues/2822)) ([02a3fa0](https://github.com/googleapis/google-api-go-client/commit/02a3fa0302de8da203fb1a34795bd8c8608a6ca7))
9+
* **all:** Auto-regenerate discovery clients ([#2825](https://github.com/googleapis/google-api-go-client/issues/2825)) ([2c66186](https://github.com/googleapis/google-api-go-client/commit/2c661860bf4977c10e69b2a368ddc4088589c492))
10+
311
## [0.200.0](https://github.com/googleapis/google-api-go-client/compare/v0.199.0...v0.200.0) (2024-10-09)
412

513

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.200.0"
8+
const Version = "0.201.0"

0 commit comments

Comments
 (0)