Skip to content

Commit

Permalink
chore(main): release 0.73.0 (#1478)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Mar 15, 2022
1 parent 0922a63 commit fe42dff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
@@ -1,5 +1,13 @@
# Changes

## [0.73.0](https://github.com/googleapis/google-api-go-client/compare/v0.72.0...v0.73.0) (2022-03-15)


### Features

* **all:** auto-regenerate discovery clients, refs [#1477](https://github.com/googleapis/google-api-go-client/issues/1477)
* **all:** prefer using WithDefaultScope option internally ([#1476](https://github.com/googleapis/google-api-go-client/issues/1476)) ([0922a63](https://github.com/googleapis/google-api-go-client/commit/0922a63f2341bb10cb3c3085233fd4b6adaeac26))

## [0.72.0](https://github.com/googleapis/google-api-go-client/compare/v0.71.0...v0.72.0) (2022-03-14)


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.72.0"
const Version = "0.73.0"

0 comments on commit fe42dff

Please sign in to comment.