Skip to content

Commit

Permalink
chore(main): release 0.122.0 (#1972)
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 May 9, 2023
1 parent ab64815 commit d5e0fb2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.md
@@ -1,5 +1,17 @@
# Changes

## [0.122.0](https://github.com/googleapis/google-api-go-client/compare/v0.121.0...v0.122.0) (2023-05-09)


### Features

* **all:** Auto-regenerate discovery clients ([#1973](https://github.com/googleapis/google-api-go-client/issues/1973)) ([ab64815](https://github.com/googleapis/google-api-go-client/commit/ab64815cd796f5a7930d9bbf53b8c19ec2efca83))


### Bug Fixes

* Add better support of array of floats ([#1971](https://github.com/googleapis/google-api-go-client/issues/1971)) ([8b0974e](https://github.com/googleapis/google-api-go-client/commit/8b0974e59d252ca5a42629e9b77baadd226a4090))

## [0.121.0](https://github.com/googleapis/google-api-go-client/compare/v0.120.0...v0.121.0) (2023-05-03)


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.121.0"
const Version = "0.122.0"

0 comments on commit d5e0fb2

Please sign in to comment.