Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.110.0 #1840

Merged
merged 2 commits into from
Feb 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changes

## [0.110.0](https://github.com/googleapis/google-api-go-client/compare/v0.109.0...v0.110.0) (2023-02-13)


### Features

* **all:** Auto-regenerate discovery clients ([#1838](https://github.com/googleapis/google-api-go-client/issues/1838)) ([4b4c9d4](https://github.com/googleapis/google-api-go-client/commit/4b4c9d468a78cae7a41cbcb14054999dfef31b80))
* **all:** Auto-regenerate discovery clients ([#1841](https://github.com/googleapis/google-api-go-client/issues/1841)) ([3fb8cdc](https://github.com/googleapis/google-api-go-client/commit/3fb8cdc9c2ddf336497bc36fd06fab43b2235d06))
* **all:** Auto-regenerate discovery clients ([#1850](https://github.com/googleapis/google-api-go-client/issues/1850)) ([8980266](https://github.com/googleapis/google-api-go-client/commit/89802661d011ff33e3d5988f0e894702eba9c009))
* **all:** Auto-regenerate discovery clients ([#1851](https://github.com/googleapis/google-api-go-client/issues/1851)) ([689f934](https://github.com/googleapis/google-api-go-client/commit/689f934fca8cc3f8be521e41ab1e270691441dde))


### Bug Fixes

* Improve error handling for enterprise certificate module ([#1848](https://github.com/googleapis/google-api-go-client/issues/1848)) ([3fb5b61](https://github.com/googleapis/google-api-go-client/commit/3fb5b6154399e00f030db5570673f4690c534ddf))
* **internal/gensupport:** Don't prematurely close timers ([#1856](https://github.com/googleapis/google-api-go-client/issues/1856)) ([8efd00d](https://github.com/googleapis/google-api-go-client/commit/8efd00d3a913d1c454622791d4bfaa23e1343d70))
* Update ECP dependency to v0.2.3 ([#1857](https://github.com/googleapis/google-api-go-client/issues/1857)) ([1147cb8](https://github.com/googleapis/google-api-go-client/commit/1147cb8a93dfcd0255280b43a7f011ac2cf6ddab))

## [0.109.0](https://github.com/googleapis/google-api-go-client/compare/v0.108.0...v0.109.0) (2023-01-31)


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

// Version is the current tagged release of the library.
const Version = "0.109.0"
const Version = "0.110.0"