Skip to content

Commit

Permalink
chore(main): release 0.159.0 (#2378)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jan 26, 2024
1 parent 55b0516 commit ee5c9cc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.md
@@ -1,5 +1,17 @@
# Changes

## [0.159.0](https://github.com/googleapis/google-api-go-client/compare/v0.158.0...v0.159.0) (2024-01-26)


### Features

* **all:** Auto-regenerate discovery clients ([#2377](https://github.com/googleapis/google-api-go-client/issues/2377)) ([a8d9414](https://github.com/googleapis/google-api-go-client/commit/a8d941461d22e8ef16843883e66afe33f5605553))


### Bug Fixes

* **transport:** Relax universe checks ([#2376](https://github.com/googleapis/google-api-go-client/issues/2376)) ([55b0516](https://github.com/googleapis/google-api-go-client/commit/55b0516fab1d2c2b3e508b310ec98c9691ad161c))

## [0.158.0](https://github.com/googleapis/google-api-go-client/compare/v0.157.0...v0.158.0) (2024-01-25)


Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Expand Up @@ -5,4 +5,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "0.158.0"
const Version = "0.159.0"

0 comments on commit ee5c9cc

Please sign in to comment.