Skip to content

Commit

Permalink
chore(main): release 0.97.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 19, 2022
1 parent 6b0515b commit 958f3da
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.97.0](https://github.com/googleapis/google-api-go-client/compare/v0.96.0...v0.97.0) (2022-09-19)


### Features

* **all:** Auto-regenerate discovery clients ([#1693](https://github.com/googleapis/google-api-go-client/issues/1693)) ([a87400b](https://github.com/googleapis/google-api-go-client/commit/a87400be9341608f73e9ae1b5dbbecc7adfbf609))
* **all:** Auto-regenerate discovery clients ([#1695](https://github.com/googleapis/google-api-go-client/issues/1695)) ([b8f2556](https://github.com/googleapis/google-api-go-client/commit/b8f25561a76841c7549a358925eb7bfc2236465e))


### Bug Fixes

* Build script bash error ([#1697](https://github.com/googleapis/google-api-go-client/issues/1697)) ([6b0515b](https://github.com/googleapis/google-api-go-client/commit/6b0515bf05d8c62007748827eed486c607af483b))

## [0.96.0](https://github.com/googleapis/google-api-go-client/compare/v0.95.0...v0.96.0) (2022-09-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.96.0"
const Version = "0.97.0"

0 comments on commit 958f3da

Please sign in to comment.