From bc81c1825e2c4c6483c817df1e53e15ba972adf1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 14:48:05 +0000 Subject: [PATCH] chore(main): release 0.103.0 --- CHANGES.md | 7 +++++++ internal/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d539d7c2547..b6f40a0db87 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.103.0](https://github.com/googleapis/google-api-go-client/compare/v0.102.0...v0.103.0) (2022-11-03) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#1737](https://github.com/googleapis/google-api-go-client/issues/1737)) ([de99200](https://github.com/googleapis/google-api-go-client/commit/de9920088db16562740c31183eca6651f669e582)) + ## [0.102.0](https://github.com/googleapis/google-api-go-client/compare/v0.101.0...v0.102.0) (2022-11-02) diff --git a/internal/version.go b/internal/version.go index 9e416e92ba1..df7f58f1c69 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.102.0" +const Version = "0.103.0"