From 7c4e624cf1e5807c3ece5b6defca8bed360a9142 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 18:00:57 +0000 Subject: [PATCH] chore(main): release 0.103.0 --- CHANGES.md | 9 +++++++++ internal/version.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d539d7c2547..e27b3a1e3d3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ # Changes +## [0.103.0](https://github.com/googleapis/google-api-go-client/compare/v0.102.0...v0.103.0) (2022-11-07) + + +### 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)) +* **all:** Auto-regenerate discovery clients ([#1739](https://github.com/googleapis/google-api-go-client/issues/1739)) ([bbd4259](https://github.com/googleapis/google-api-go-client/commit/bbd42597f4710f527f83fd900cb7f9e6706bc195)) +* Rm hard dep on x/sys ([#1742](https://github.com/googleapis/google-api-go-client/issues/1742)) ([9695aa1](https://github.com/googleapis/google-api-go-client/commit/9695aa13a084c1ad9857db4a6c12d57e13fc00dc)) + ## [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"