From 29e7506781cfe901d5187aaf1c2a6222f8cf9807 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:49:45 +0000 Subject: [PATCH] chore(main): release 0.210.0 --- CHANGES.md | 17 +++++++++++++++++ internal/version.go | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9beeaea8a8..8d5cd58e99 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,22 @@ # Changes +## [0.210.0](https://github.com/googleapis/google-api-go-client/compare/v0.209.0...v0.210.0) (2024-12-02) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#2886](https://github.com/googleapis/google-api-go-client/issues/2886)) ([f446504](https://github.com/googleapis/google-api-go-client/commit/f446504cac24bfcb8d3266c14de2a44ed7968063)) +* **all:** Auto-regenerate discovery clients ([#2888](https://github.com/googleapis/google-api-go-client/issues/2888)) ([a990614](https://github.com/googleapis/google-api-go-client/commit/a990614ba53fcc403665d6003643db6bc4d03ce8)) +* **all:** Auto-regenerate discovery clients ([#2892](https://github.com/googleapis/google-api-go-client/issues/2892)) ([22e0d11](https://github.com/googleapis/google-api-go-client/commit/22e0d11172087cd646df9b9235dc9bdb8aba3044)) +* **all:** Auto-regenerate discovery clients ([#2893](https://github.com/googleapis/google-api-go-client/issues/2893)) ([2657039](https://github.com/googleapis/google-api-go-client/commit/2657039424359bca2583b00041e2c6228e4a939f)) +* Async refresh dry run in parallel with sync refresh ([#2849](https://github.com/googleapis/google-api-go-client/issues/2849)) ([acd2581](https://github.com/googleapis/google-api-go-client/commit/acd258182eaf544256fba965e079b4198ad41efc)) +* **option/internaloption:** Add AuthCreds helper ([#2891](https://github.com/googleapis/google-api-go-client/issues/2891)) ([6ee8349](https://github.com/googleapis/google-api-go-client/commit/6ee8349e13c65c5a4f2f3caf9056d7c37e195fcf)) + + +### Bug Fixes + +* **gensupport:** Context cancel error check ([#2890](https://github.com/googleapis/google-api-go-client/issues/2890)) ([f57c82d](https://github.com/googleapis/google-api-go-client/commit/f57c82deba73faa59e85dcb1aa136de2d1a40664)) + ## [0.209.0](https://github.com/googleapis/google-api-go-client/compare/v0.208.0...v0.209.0) (2024-11-21) diff --git a/internal/version.go b/internal/version.go index a9925b599c..7211ffe030 100644 --- a/internal/version.go +++ b/internal/version.go @@ -5,4 +5,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.209.0" +const Version = "0.210.0"