Skip to content

Commit e5ec8ac

Browse files
chore(main): release 0.223.0
1 parent 8cb69d6 commit e5ec8ac

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGES.md

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

3+
## [0.223.0](https://github.com/googleapis/google-api-go-client/compare/v0.222.0...v0.223.0) (2025-02-20)
4+
5+
6+
### Features
7+
8+
* **all:** Auto-regenerate discovery clients ([#3024](https://github.com/googleapis/google-api-go-client/issues/3024)) ([ae09c4f](https://github.com/googleapis/google-api-go-client/commit/ae09c4f7a90484f723a91b27d3da04cb7a8f4ff9))
9+
* **all:** Auto-regenerate discovery clients ([#3027](https://github.com/googleapis/google-api-go-client/issues/3027)) ([7775233](https://github.com/googleapis/google-api-go-client/commit/777523363ab48801474e7eff13f987f66f9e21f3))
10+
11+
12+
### Bug Fixes
13+
14+
* Copy AllowHardBoundTokens option from old auth to new auth. ([#3030](https://github.com/googleapis/google-api-go-client/issues/3030)) ([8cb69d6](https://github.com/googleapis/google-api-go-client/commit/8cb69d6a34085c663b59e6bd4e4e741417ba86d4))
15+
316
## [0.222.0](https://github.com/googleapis/google-api-go-client/compare/v0.221.0...v0.222.0) (2025-02-18)
417

518

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.222.0"
8+
const Version = "0.223.0"

0 commit comments

Comments
 (0)