From d530a938a76a37ae219aeeba548c197dc171f83b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 13:59:04 -0500 Subject: [PATCH] chore(main): release 0.100.0 (#1714) --- CHANGES.md | 14 ++++++++++++++ internal/version.go | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 593d8634529..bf76d255dbb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,19 @@ # Changes +## [0.100.0](https://github.com/googleapis/google-api-go-client/compare/v0.99.0...v0.100.0) (2022-10-18) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#1712](https://github.com/googleapis/google-api-go-client/issues/1712)) ([f9e15f2](https://github.com/googleapis/google-api-go-client/commit/f9e15f2159928974af1a2ec539e20f17f94aab4d)) +* **all:** Auto-regenerate discovery clients ([#1717](https://github.com/googleapis/google-api-go-client/issues/1717)) ([f990a2a](https://github.com/googleapis/google-api-go-client/commit/f990a2af6cd6210c8764bbe273a575886ea97038)) +* **internal/gensupport:** Remove DetermineContentType, use gax-go copy ([#1716](https://github.com/googleapis/google-api-go-client/issues/1716)) ([37f90e9](https://github.com/googleapis/google-api-go-client/commit/37f90e974e83f06962ac923c502cd1b405c7f0fb)) + + +### Bug Fixes + +* **idtoken:** Allow missing age in http response header ([#1715](https://github.com/googleapis/google-api-go-client/issues/1715)) ([b235b1f](https://github.com/googleapis/google-api-go-client/commit/b235b1f8c718be6b8f361074d371768617a3da3a)) + ## [0.99.0](https://github.com/googleapis/google-api-go-client/compare/v0.98.0...v0.99.0) (2022-10-14) diff --git a/internal/version.go b/internal/version.go index 3ed91d0b643..5b053932b8b 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.99.0" +const Version = "0.100.0"