Skip to content

Commit

Permalink
chore(main): release 0.141.0 (#2156)
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 Sep 14, 2023
1 parent d541d8e commit c3d417d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGES.md
@@ -1,5 +1,20 @@
# Changes

## [0.141.0](https://github.com/googleapis/google-api-go-client/compare/v0.140.0...v0.141.0) (2023-09-14)


### Features

* **all:** Auto-regenerate discovery clients ([#2155](https://github.com/googleapis/google-api-go-client/issues/2155)) ([9a84e80](https://github.com/googleapis/google-api-go-client/commit/9a84e802e0a0bb8424950cdf2bcad83a90999496))
* **all:** Auto-regenerate discovery clients ([#2159](https://github.com/googleapis/google-api-go-client/issues/2159)) ([2b846e5](https://github.com/googleapis/google-api-go-client/commit/2b846e55cfdffb0e5e100f5d75f06691fdb7d845))
* **all:** Auto-regenerate discovery clients ([#2160](https://github.com/googleapis/google-api-go-client/issues/2160)) ([124e36e](https://github.com/googleapis/google-api-go-client/commit/124e36ed4056ec913dc30ace452277d20a0e059c))
* **idtoken:** Add ParsePayload returning unvalidated token payload ([#2136](https://github.com/googleapis/google-api-go-client/issues/2136)) ([d541d8e](https://github.com/googleapis/google-api-go-client/commit/d541d8e4f6699db6216a0aeee5a7a5c23ed8a3b7))


### Bug Fixes

* **transport:** Remove conditional App Engine gen 1 Go hooks ([#2158](https://github.com/googleapis/google-api-go-client/issues/2158)) ([c2fa93e](https://github.com/googleapis/google-api-go-client/commit/c2fa93e001e9c6b60c17ac35161e6bdff0b2873e)), refs [#2128](https://github.com/googleapis/google-api-go-client/issues/2128)

## [0.140.0](https://github.com/googleapis/google-api-go-client/compare/v0.139.0...v0.140.0) (2023-09-11)


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.140.0"
const Version = "0.141.0"

0 comments on commit c3d417d

Please sign in to comment.