Skip to content

Commit

Permalink
chore(main): release 0.107.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jan 12, 2023
1 parent d8084e4 commit 8f7d8fb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGES.md
@@ -1,5 +1,22 @@
# Changes

## [0.107.0](https://github.com/googleapis/google-api-go-client/compare/v0.106.0...v0.107.0) (2023-01-12)


### Features

* **all:** Auto-regenerate discovery clients ([#1800](https://github.com/googleapis/google-api-go-client/issues/1800)) ([93de455](https://github.com/googleapis/google-api-go-client/commit/93de45545cb6714f94bc4c347e3d932519e1f36d))
* **all:** Auto-regenerate discovery clients ([#1804](https://github.com/googleapis/google-api-go-client/issues/1804)) ([935ef64](https://github.com/googleapis/google-api-go-client/commit/935ef64234ab657eb0187dda0c63e2fc951e087e))
* **all:** Auto-regenerate discovery clients ([#1807](https://github.com/googleapis/google-api-go-client/issues/1807)) ([de06921](https://github.com/googleapis/google-api-go-client/commit/de06921b721c4c359c805fdd43274197dc2c295a))
* **all:** Auto-regenerate discovery clients ([#1808](https://github.com/googleapis/google-api-go-client/issues/1808)) ([bcc345c](https://github.com/googleapis/google-api-go-client/commit/bcc345cfb7afb9b3173aa10f14bcaa64f6de1fc4))
* **all:** Auto-regenerate discovery clients ([#1809](https://github.com/googleapis/google-api-go-client/issues/1809)) ([d8084e4](https://github.com/googleapis/google-api-go-client/commit/d8084e4c8254d4553922e4b678f1e49aa51aedec))
* Re-enable integrations:v1 ([#1801](https://github.com/googleapis/google-api-go-client/issues/1801)) ([4dca4e0](https://github.com/googleapis/google-api-go-client/commit/4dca4e00ad5b16c8a06dec1c4ae9d3b5f917406a))


### Bug Fixes

* User Timers over time.After ([#1802](https://github.com/googleapis/google-api-go-client/issues/1802)) ([86e4009](https://github.com/googleapis/google-api-go-client/commit/86e40095d597922ca122df94d6d8244ded244e97)), refs [#1761](https://github.com/googleapis/google-api-go-client/issues/1761)

## [0.106.0](https://github.com/googleapis/google-api-go-client/compare/v0.105.0...v0.106.0) (2023-01-04)


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.106.0"
const Version = "0.107.0"

0 comments on commit 8f7d8fb

Please sign in to comment.