Skip to content

Commit

Permalink
chore: release main (#6737)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 26, 2022
1 parent 85f3ae2 commit 0e44369
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
@@ -1,7 +1,7 @@
{
"accessapproval": "1.3.1",
"accesscontextmanager": "1.2.0",
"aiplatform": "1.22.0",
"aiplatform": "1.23.0",
"analytics": "0.12.0",
"apigateway": "1.2.0",
"apigeeconnect": "1.2.0",
Expand All @@ -26,7 +26,7 @@
"compute": "1.10.0",
"contactcenterinsights": "1.2.3",
"container": "1.4.0",
"containeranalysis": "0.5.1",
"containeranalysis": "0.6.0",
"datacatalog": "1.6.0",
"dataflow": "0.7.0",
"dataform": "0.4.0",
Expand Down
7 changes: 7 additions & 0 deletions aiplatform/CHANGES.md
@@ -1,6 +1,13 @@
# Changes


## [1.23.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.22.0...aiplatform/v1.23.0) (2022-09-26)


### Features

* **aiplatform:** Rewrite beta methods in terms of new stub location ([#6735](https://github.com/googleapis/google-cloud-go/issues/6735)) ([095cafd](https://github.com/googleapis/google-cloud-go/commit/095cafd432fc9e7d3f761e616fd20e732890d5e4))

## [1.22.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.21.0...aiplatform/v1.22.0) (2022-09-22)


Expand Down
2 changes: 1 addition & 1 deletion aiplatform/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.22.0"
const Version = "1.23.0"
7 changes: 7 additions & 0 deletions containeranalysis/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [0.6.0](https://github.com/googleapis/google-cloud-go/compare/containeranalysis/v0.5.1...containeranalysis/v0.6.0) (2022-09-26)


### Features

* **containeranalysis:** Rewrite beta methods in terms of new stub location ([#6738](https://github.com/googleapis/google-cloud-go/issues/6738)) ([85f3ae2](https://github.com/googleapis/google-cloud-go/commit/85f3ae20a18b0a85157d5aedd1ffc5cf2c5714ce))

## [0.5.1](https://github.com/googleapis/google-cloud-go/compare/containeranalysis/v0.5.0...containeranalysis/v0.5.1) (2022-09-23)


Expand Down
2 changes: 1 addition & 1 deletion containeranalysis/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "0.5.1"
const Version = "0.6.0"

0 comments on commit 0e44369

Please sign in to comment.