Skip to content

Commit

Permalink
chore: release main (#6724)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 22, 2022
1 parent 71f5ab9 commit fdf8753
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.21.0",
"aiplatform": "1.22.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.4.0",
"containeranalysis": "0.5.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.22.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.21.0...aiplatform/v1.22.0) (2022-09-22)


### Features

* **aiplatform:** Start generating stubs for beta ([#6723](https://github.com/googleapis/google-cloud-go/issues/6723)) ([71f5ab9](https://github.com/googleapis/google-cloud-go/commit/71f5ab946fd3e529fd65a66ea0bfe8f3bb5dc8e9))

## [1.21.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.20.0...aiplatform/v1.21.0) (2022-09-19)


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.21.0"
const Version = "1.22.0"
7 changes: 7 additions & 0 deletions containeranalysis/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [0.5.0](https://github.com/googleapis/google-cloud-go/compare/containeranalysis/v0.4.0...containeranalysis/v0.5.0) (2022-09-22)


### Features

* **containeranalysis:** Generate container stubs for betas ([#6722](https://github.com/googleapis/google-cloud-go/issues/6722)) ([3f1232b](https://github.com/googleapis/google-cloud-go/commit/3f1232b2aeaedfecfec3df0fa85c2f70227af2b1))

## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/containeranalysis/v0.3.0...containeranalysis/v0.4.0) (2022-06-29)


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.4.0"
const Version = "0.5.0"

0 comments on commit fdf8753

Please sign in to comment.