Skip to content

Commit 5ca1495

Browse files
chore(main): release 0.203.0 (#2835)
1 parent 71d3f5c commit 5ca1495

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [0.203.0](https://github.com/googleapis/google-api-go-client/compare/v0.202.0...v0.203.0) (2024-10-23)
4+
5+
6+
### Features
7+
8+
* **all:** Auto-regenerate discovery clients ([#2834](https://github.com/googleapis/google-api-go-client/issues/2834)) ([c77b5f4](https://github.com/googleapis/google-api-go-client/commit/c77b5f4cd277b56cefe5fee3ede469443e32dcec))
9+
310
## [0.202.0](https://github.com/googleapis/google-api-go-client/compare/v0.201.0...v0.202.0) (2024-10-22)
411

512

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.202.0"
8+
const Version = "0.203.0"

0 commit comments

Comments
 (0)