Skip to content

Commit

Permalink
chore(main): release 0.164.0 (#2407)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Feb 12, 2024
1 parent edbe996 commit 3ff4bc1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changes

## [0.164.0](https://github.com/googleapis/google-api-go-client/compare/v0.163.0...v0.164.0) (2024-02-12)


### Features

* **all:** Auto-regenerate discovery clients ([#2406](https://github.com/googleapis/google-api-go-client/issues/2406)) ([1bd8304](https://github.com/googleapis/google-api-go-client/commit/1bd8304e017d5aaced1a535580738249da71bcb9))
* **all:** Auto-regenerate discovery clients ([#2408](https://github.com/googleapis/google-api-go-client/issues/2408)) ([f1b37df](https://github.com/googleapis/google-api-go-client/commit/f1b37df9d4f6d3dc1e0dec4ff03427424b6a7cc9))
* **all:** Auto-regenerate discovery clients ([#2409](https://github.com/googleapis/google-api-go-client/issues/2409)) ([246b19f](https://github.com/googleapis/google-api-go-client/commit/246b19f13b64b614d8ca8c049ee88b4d534a57c3))
* **all:** Auto-regenerate discovery clients ([#2412](https://github.com/googleapis/google-api-go-client/issues/2412)) ([51d5068](https://github.com/googleapis/google-api-go-client/commit/51d5068358085484a187cd8a8881d1741139e8fb))


### Bug Fixes

* **transport:** Disable universe domain check if token source ([#2413](https://github.com/googleapis/google-api-go-client/issues/2413)) ([edbe996](https://github.com/googleapis/google-api-go-client/commit/edbe996fdb838db06a84e532b756b3a8342c352a))

## [0.163.0](https://github.com/googleapis/google-api-go-client/compare/v0.162.0...v0.163.0) (2024-02-08)


Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "0.163.0"
const Version = "0.164.0"

0 comments on commit 3ff4bc1

Please sign in to comment.