Skip to content

Commit

Permalink
chore(main): release 0.192.0 (#2726)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.192.0](https://togithub.com/googleapis/google-api-go-client/compare/v0.191.0...v0.192.0) (2024-08-13)


### Features

* **all:** Auto-regenerate discovery clients ([#2725](https://togithub.com/googleapis/google-api-go-client/issues/2725)) ([b2c7c05](https://togithub.com/googleapis/google-api-go-client/commit/b2c7c055546c29cdf5e58cc6d7269ec87786badc))
* **all:** Auto-regenerate discovery clients ([#2727](https://togithub.com/googleapis/google-api-go-client/issues/2727)) ([36e3fa7](https://togithub.com/googleapis/google-api-go-client/commit/36e3fa714646166856687bb3ecf36026aab12707))
* **all:** Auto-regenerate discovery clients ([#2728](https://togithub.com/googleapis/google-api-go-client/issues/2728)) ([97c7f2e](https://togithub.com/googleapis/google-api-go-client/commit/97c7f2e7448b986635cabf0e1b5e26c5cc12a2d8))
* **all:** Auto-regenerate discovery clients ([#2729](https://togithub.com/googleapis/google-api-go-client/issues/2729)) ([a0ed1f3](https://togithub.com/googleapis/google-api-go-client/commit/a0ed1f3232e11c588e10666c8b3bde4472d7574f))
* Move storage, bigquery, and compute to new auth lib ([#2730](https://togithub.com/googleapis/google-api-go-client/issues/2730)) ([2b4e9f4](https://togithub.com/googleapis/google-api-go-client/commit/2b4e9f483c30b271a6796997d7855d9d4f362604))


### Bug Fixes

* **internal/cba:** Update credsNewAuth path to use nil oauth2 client ([#2731](https://togithub.com/googleapis/google-api-go-client/issues/2731)) ([b457582](https://togithub.com/googleapis/google-api-go-client/commit/b4575826c2262395659ab58cb3c7ecae991758c0))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Aug 13, 2024
1 parent b457582 commit c616f47
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changes

## [0.192.0](https://github.com/googleapis/google-api-go-client/compare/v0.191.0...v0.192.0) (2024-08-13)


### Features

* **all:** Auto-regenerate discovery clients ([#2725](https://github.com/googleapis/google-api-go-client/issues/2725)) ([b2c7c05](https://github.com/googleapis/google-api-go-client/commit/b2c7c055546c29cdf5e58cc6d7269ec87786badc))
* **all:** Auto-regenerate discovery clients ([#2727](https://github.com/googleapis/google-api-go-client/issues/2727)) ([36e3fa7](https://github.com/googleapis/google-api-go-client/commit/36e3fa714646166856687bb3ecf36026aab12707))
* **all:** Auto-regenerate discovery clients ([#2728](https://github.com/googleapis/google-api-go-client/issues/2728)) ([97c7f2e](https://github.com/googleapis/google-api-go-client/commit/97c7f2e7448b986635cabf0e1b5e26c5cc12a2d8))
* **all:** Auto-regenerate discovery clients ([#2729](https://github.com/googleapis/google-api-go-client/issues/2729)) ([a0ed1f3](https://github.com/googleapis/google-api-go-client/commit/a0ed1f3232e11c588e10666c8b3bde4472d7574f))
* Move storage, bigquery, and compute to new auth lib ([#2730](https://github.com/googleapis/google-api-go-client/issues/2730)) ([2b4e9f4](https://github.com/googleapis/google-api-go-client/commit/2b4e9f483c30b271a6796997d7855d9d4f362604))


### Bug Fixes

* **internal/cba:** Update credsNewAuth path to use nil oauth2 client ([#2731](https://github.com/googleapis/google-api-go-client/issues/2731)) ([b457582](https://github.com/googleapis/google-api-go-client/commit/b4575826c2262395659ab58cb3c7ecae991758c0))

## [0.191.0](https://github.com/googleapis/google-api-go-client/compare/v0.190.0...v0.191.0) (2024-08-07)


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.191.0"
const Version = "0.192.0"

0 comments on commit c616f47

Please sign in to comment.