Skip to content

Commit

Permalink
chore(main): release 0.184.0 (#2628)
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 Jun 12, 2024
1 parent 7fccba6 commit 66c2e4a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changes

## [0.184.0](https://github.com/googleapis/google-api-go-client/compare/v0.183.0...v0.184.0) (2024-06-12)


### Features

* **all:** Auto-regenerate discovery clients ([#2624](https://github.com/googleapis/google-api-go-client/issues/2624)) ([7fccba6](https://github.com/googleapis/google-api-go-client/commit/7fccba6a6fce5ebedabf5d85601779318fe5c26e))
* Regen cloudcommerceprocurement v1 from updated discovery file ([#2627](https://github.com/googleapis/google-api-go-client/issues/2627)) ([7e30ed2](https://github.com/googleapis/google-api-go-client/commit/7e30ed210c23e9eaa9d45e5dc972ecf4e00b80c6))
* Support structpb.Struct as req/resp ([#2632](https://github.com/googleapis/google-api-go-client/issues/2632)) ([ebc44d1](https://github.com/googleapis/google-api-go-client/commit/ebc44d15955116f5647020142005c34e6a8d1d47)), refs [#2601](https://github.com/googleapis/google-api-go-client/issues/2601)


### Bug Fixes

* **cba:** Update credsNewAuth to support oauth2 over mTLS ([#2610](https://github.com/googleapis/google-api-go-client/issues/2610)) ([953f728](https://github.com/googleapis/google-api-go-client/commit/953f7289417d9dc6e6b5405678434073e078c90a))

## [0.183.0](https://github.com/googleapis/google-api-go-client/compare/v0.182.0...v0.183.0) (2024-06-04)


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.183.0"
const Version = "0.184.0"

0 comments on commit 66c2e4a

Please sign in to comment.