Skip to content

Commit

Permalink
chore: release main (#6549)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Aug 23, 2022
1 parent 7b01462 commit f35492d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest-submodules.json
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion apigeeregistry/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion contactcenterinsights/internal/version.go
Expand Up @@ -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"

0 comments on commit f35492d

Please sign in to comment.