Skip to content

Commit

Permalink
chore(main): release 0.190.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 30, 2024
1 parent 7b03cff commit a115ddb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes

## [0.190.0](https://github.com/googleapis/google-api-go-client/compare/v0.189.0...v0.190.0) (2024-07-30)


### Features

* **all:** Auto-regenerate discovery clients ([#2693](https://github.com/googleapis/google-api-go-client/issues/2693)) ([cbc19e7](https://github.com/googleapis/google-api-go-client/commit/cbc19e75465de8084d9e34b2b3ccc0ba8d905e3d))
* **all:** Auto-regenerate discovery clients ([#2698](https://github.com/googleapis/google-api-go-client/issues/2698)) ([ddc4e0b](https://github.com/googleapis/google-api-go-client/commit/ddc4e0b0adb8c4fe22edb4a821e4f2c716d5a327))
* **all:** Auto-regenerate discovery clients ([#2699](https://github.com/googleapis/google-api-go-client/issues/2699)) ([d07fd26](https://github.com/googleapis/google-api-go-client/commit/d07fd26bf7d8b4a5848207b35d4214976bceeac0))
* **all:** Auto-regenerate discovery clients ([#2700](https://github.com/googleapis/google-api-go-client/issues/2700)) ([a8b0821](https://github.com/googleapis/google-api-go-client/commit/a8b0821bdcc9a5e76db236bfce38823ab36002de))
* **all:** Auto-regenerate discovery clients ([#2703](https://github.com/googleapis/google-api-go-client/issues/2703)) ([7b03cff](https://github.com/googleapis/google-api-go-client/commit/7b03cff8f79b0bb0d82f6f0b2e16120e10019852))
* Move storage, bigquery, and compute to new auth lib ([#2695](https://github.com/googleapis/google-api-go-client/issues/2695)) ([66ace6c](https://github.com/googleapis/google-api-go-client/commit/66ace6c95689fd06cb467069d8ec0f5ddb8ac695))

## [0.189.0](https://github.com/googleapis/google-api-go-client/compare/v0.188.0...v0.189.0) (2024-07-22)


Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "0.189.0"
const Version = "0.190.0"

0 comments on commit a115ddb

Please sign in to comment.