Skip to content

Commit 66c2e4a

Browse files
chore(main): release 0.184.0 (#2628)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 7fccba6 commit 66c2e4a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changes
22

3+
## [0.184.0](https://github.com/googleapis/google-api-go-client/compare/v0.183.0...v0.184.0) (2024-06-12)
4+
5+
6+
### Features
7+
8+
* **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))
9+
* 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))
10+
* 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)
11+
12+
13+
### Bug Fixes
14+
15+
* **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))
16+
317
## [0.183.0](https://github.com/googleapis/google-api-go-client/compare/v0.182.0...v0.183.0) (2024-06-04)
418

519

internal/version.go

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

0 commit comments

Comments
 (0)