From 1465d927f287b49a680e634d6fe708670cf1b4db Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 21:08:31 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest-submodules.json | 4 ++-- batch/CHANGES.md | 7 +++++++ batch/internal/version.go | 2 +- channel/CHANGES.md | 7 +++++++ channel/internal/version.go | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index e21884b0b1b8..0729736b3dcc 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -16,12 +16,12 @@ "assuredworkloads": "1.11.0", "automl": "1.13.0", "baremetalsolution": "1.1.0", - "batch": "1.2.0", + "batch": "1.3.0", "beyondcorp": "0.6.0", "billing": "1.15.0", "binaryauthorization": "1.6.0", "certificatemanager": "1.7.0", - "channel": "1.15.0", + "channel": "1.16.0", "cloudbuild": "1.10.0", "clouddms": "1.6.0", "cloudtasks": "1.11.0", diff --git a/batch/CHANGES.md b/batch/CHANGES.md index 1f9308ca201b..56c6e0adb388 100644 --- a/batch/CHANGES.md +++ b/batch/CHANGES.md @@ -1,6 +1,13 @@ # Changelog +## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/batch/v1.2.0...batch/v1.3.0) (2023-06-15) + + +### Features + +* **batch:** Add support for scheduling_policy ([3382ef8](https://github.com/googleapis/google-cloud-go/commit/3382ef81b6bcefe1c7bfc14aa5ff9bbf25850966)) + ## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/batch/v1.1.0...batch/v1.2.0) (2023-05-30) diff --git a/batch/internal/version.go b/batch/internal/version.go index 6508e4822b51..356226a83337 100644 --- a/batch/internal/version.go +++ b/batch/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.2.0" +const Version = "1.3.0" diff --git a/channel/CHANGES.md b/channel/CHANGES.md index 1b9750d1ca79..28a0a7fee021 100644 --- a/channel/CHANGES.md +++ b/channel/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/channel/v1.15.0...channel/v1.16.0) (2023-06-15) + + +### Features + +* **channel:** Add support for ListSkuGroups and ListSkuGroupBillableSkus APIs in Cloud Channel APIs ([#8092](https://github.com/googleapis/google-cloud-go/issues/8092)) ([3382ef8](https://github.com/googleapis/google-cloud-go/commit/3382ef81b6bcefe1c7bfc14aa5ff9bbf25850966)) + ## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/channel/v1.14.0...channel/v1.15.0) (2023-05-30) diff --git a/channel/internal/version.go b/channel/internal/version.go index 43a2a84ef8eb..b82e17a1938d 100644 --- a/channel/internal/version.go +++ b/channel/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.15.0" +const Version = "1.16.0"