From f35492dc77bc8a94c6829054faa63af2eae01fd7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 12:05:51 -0600 Subject: [PATCH] chore: release main (#6549) --- .release-please-manifest-submodules.json | 4 ++-- apigeeregistry/CHANGES.md | 7 +++++++ apigeeregistry/internal/version.go | 2 +- contactcenterinsights/CHANGES.md | 7 +++++++ contactcenterinsights/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 200777eb98c..e33930b3c26 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -5,7 +5,7 @@ "analytics": "0.9.0", "apigateway": "1.2.0", "apigeeconnect": "1.2.0", - "apigeeregistry": "0.1.0", + "apigeeregistry": "0.2.0", "apikeys": "0.1.0", "appengine": "1.3.0", "area120": "0.4.0", @@ -24,7 +24,7 @@ "clouddms": "1.2.0", "cloudtasks": "1.4.0", "compute": "1.9.0", - "contactcenterinsights": "1.2.2", + "contactcenterinsights": "1.2.3", "container": "1.3.1", "containeranalysis": "0.4.0", "datacatalog": "1.3.1", diff --git a/apigeeregistry/CHANGES.md b/apigeeregistry/CHANGES.md index 7a908e7320d..62fe2083f32 100644 --- a/apigeeregistry/CHANGES.md +++ b/apigeeregistry/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/apigeeregistry/v0.1.0...apigeeregistry/v0.2.0) (2022-08-23) + + +### Features + +* **apigeeregistry:** added support for `force` field for API and API version deletion docs: updated proto comments to align with the public documentation ([a810c78](https://github.com/googleapis/google-cloud-go/commit/a810c7819a1671573aa3a3051c8830e5904f488e)) + ## 0.1.0 (2022-08-02) diff --git a/apigeeregistry/internal/version.go b/apigeeregistry/internal/version.go index 9e90a014f79..8ed44effcd0 100644 --- a/apigeeregistry/internal/version.go +++ b/apigeeregistry/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.1.0" +const Version = "0.2.0" diff --git a/contactcenterinsights/CHANGES.md b/contactcenterinsights/CHANGES.md index 3c452eeb872..2f04f11f2ad 100644 --- a/contactcenterinsights/CHANGES.md +++ b/contactcenterinsights/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.2.3](https://github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v1.2.2...contactcenterinsights/v1.2.3) (2022-08-23) + + +### Documentation + +* **contactcenterinsights:** Updating comments chore: added LRO to API list ([7b01462](https://github.com/googleapis/google-cloud-go/commit/7b014626f07dd2974d6f72f926c2df1d25fa1f4a)) + ## [1.2.2](https://github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v1.2.1...contactcenterinsights/v1.2.2) (2022-08-02) diff --git a/contactcenterinsights/internal/version.go b/contactcenterinsights/internal/version.go index 352c5ee759f..81a2ea03583 100644 --- a/contactcenterinsights/internal/version.go +++ b/contactcenterinsights/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.2.2" +const Version = "1.2.3"