Skip to content

Commit

Permalink
chore(main): release 0.161.0 (#2387)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Jan 30, 2024
1 parent f29f327 commit befbd36
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changes

## [0.161.0](https://github.com/googleapis/google-api-go-client/compare/v0.160.0...v0.161.0) (2024-01-30)


### Features

* **all:** Auto-regenerate discovery clients ([#2386](https://github.com/googleapis/google-api-go-client/issues/2386)) ([03042ec](https://github.com/googleapis/google-api-go-client/commit/03042ec3c59aee67bc19c0c4749d94c41aea21fe))


### Bug Fixes

* **gen:** Reject repeated object query params ([#2383](https://github.com/googleapis/google-api-go-client/issues/2383)) ([f29f327](https://github.com/googleapis/google-api-go-client/commit/f29f32764830b4ef0beaf3c8dcb5af0a02798146)), refs [#2379](https://github.com/googleapis/google-api-go-client/issues/2379)
* **transport:** Skip s2a for now if service has direct path enabled ([#2385](https://github.com/googleapis/google-api-go-client/issues/2385)) ([54c764a](https://github.com/googleapis/google-api-go-client/commit/54c764a3f7f409b13a6ed115576d9b1a5c390972))

## [0.160.0](https://github.com/googleapis/google-api-go-client/compare/v0.159.0...v0.160.0) (2024-01-29)


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.160.0"
const Version = "0.161.0"

0 comments on commit befbd36

Please sign in to comment.