Skip to content

Commit

Permalink
chore(main): release 0.174.0 (#2521)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Apr 17, 2024
1 parent 0f0a2f0 commit f8960e3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.md
@@ -1,5 +1,18 @@
# Changes

## [0.174.0](https://github.com/googleapis/google-api-go-client/compare/v0.173.0...v0.174.0) (2024-04-17)


### Features

* Add hooks in for new auth library ([#2228](https://github.com/googleapis/google-api-go-client/issues/2228)) ([4054271](https://github.com/googleapis/google-api-go-client/commit/4054271be9fe8c99b21ab61ba367cf8cd9f17fff))
* **all:** Auto-regenerate discovery clients ([#2524](https://github.com/googleapis/google-api-go-client/issues/2524)) ([f49960d](https://github.com/googleapis/google-api-go-client/commit/f49960dabd8a299f1908e2aaf0d87d415b318cef))


### Bug Fixes

* **internal:** Set scopes for new auth flow ([#2525](https://github.com/googleapis/google-api-go-client/issues/2525)) ([0f0a2f0](https://github.com/googleapis/google-api-go-client/commit/0f0a2f07eb7455c98dc29c8c711a666fa6e3a627)), refs [#2523](https://github.com/googleapis/google-api-go-client/issues/2523) [#2522](https://github.com/googleapis/google-api-go-client/issues/2522)

## [0.173.0](https://github.com/googleapis/google-api-go-client/compare/v0.172.0...v0.173.0) (2024-04-16)


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.173.0"
const Version = "0.174.0"

0 comments on commit f8960e3

Please sign in to comment.