Skip to content

Commit cf0df64

Browse files

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changes
22

3+
## [0.121.0](https://github.com/googleapis/google-api-go-client/compare/v0.120.0...v0.121.0) (2023-05-03)
4+
5+
6+
### Features
7+
8+
* **all:** Auto-regenerate discovery clients ([#1961](https://github.com/googleapis/google-api-go-client/issues/1961)) ([2068ba5](https://github.com/googleapis/google-api-go-client/commit/2068ba54f4826f8b5d28839e94c4bbf661e3da4e))
9+
* **all:** Auto-regenerate discovery clients ([#1963](https://github.com/googleapis/google-api-go-client/issues/1963)) ([c2c2b59](https://github.com/googleapis/google-api-go-client/commit/c2c2b593d0755c1e69c5a669c2b1cbb490fb48c6))
10+
311
## [0.120.0](https://github.com/googleapis/google-api-go-client/compare/v0.119.0...v0.120.0) (2023-04-25)
412

513

internal/version.go

Lines changed: 1 addition & 1 deletion
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.120.0"
8+
const Version = "0.121.0"

0 commit comments

Comments
 (0)