Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 5, 2022
1 parent 1084ab1 commit a186f73
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest-submodules.json
Expand Up @@ -9,10 +9,10 @@
"area120": "0.3.0",
"artifactregistry": "1.3.0",
"asset": "1.2.0",
"assuredworkloads": "0.5.0",
"assuredworkloads": "0.6.0",
"automl": "1.3.0",
"billing": "1.2.0",
"binaryauthorization": "0.4.0",
"binaryauthorization": "0.5.0",
"certificatemanager": "0.2.0",
"channel": "1.6.0",
"cloudbuild": "1.2.0",
Expand All @@ -29,7 +29,7 @@
"dataplex": "0.4.0",
"dataproc": "1.5.0",
"dataqna": "0.3.0",
"datastream": "0.3.0",
"datastream": "0.4.0",
"deploy": "1.2.0",
"dialogflow": "1.8.1",
"dlp": "1.4.0",
Expand Down Expand Up @@ -59,7 +59,7 @@
"networkconnectivity": "1.2.0",
"networkmanagement": "1.2.0",
"networksecurity": "0.3.0",
"notebooks": "0.3.0",
"notebooks": "0.4.0",
"optimization": "0.1.0",
"orchestration": "1.2.0",
"orgpolicy": "1.3.0",
Expand Down
7 changes: 7 additions & 0 deletions assuredworkloads/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [0.6.0](https://github.com/googleapis/google-cloud-go/compare/assuredworkloads/v0.5.0...assuredworkloads/v0.6.0) (2022-05-05)


### Features

* **assuredworkloads:** start generating apiv1 ([#5985](https://github.com/googleapis/google-cloud-go/issues/5985)) ([e3ec68d](https://github.com/googleapis/google-cloud-go/commit/e3ec68d44a4b50b2d1d2da23d0a57f0bae20fed8)), refs [#5954](https://github.com/googleapis/google-cloud-go/issues/5954)

## [0.5.0](https://github.com/googleapis/google-cloud-go/compare/assuredworkloads/v0.4.0...assuredworkloads/v0.5.0) (2022-02-23)


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

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

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


### Features

* **binaryauthorization:** start generating apiv1 ([#5999](https://github.com/googleapis/google-cloud-go/issues/5999)) ([45c701b](https://github.com/googleapis/google-cloud-go/commit/45c701bbc1f83891c7606b644cc0b8ca1a768956)), refs [#5955](https://github.com/googleapis/google-cloud-go/issues/5955)

## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/binaryauthorization/v0.3.0...binaryauthorization/v0.4.0) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion binaryauthorization/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"
7 changes: 7 additions & 0 deletions datastream/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

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


### Features

* **datastream:** start generating apiv1 ([#6003](https://github.com/googleapis/google-cloud-go/issues/6003)) ([0c9e0f9](https://github.com/googleapis/google-cloud-go/commit/0c9e0f9d4c7ddfe020b61f0cf8540246c4c9695e)), refs [#5958](https://github.com/googleapis/google-cloud-go/issues/5958)

## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/datastream/v0.2.0...datastream/v0.3.0) (2022-02-23)


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

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

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


### Features

* **notebooks:** start generating apiv1 ([#6004](https://github.com/googleapis/google-cloud-go/issues/6004)) ([1084ab1](https://github.com/googleapis/google-cloud-go/commit/1084ab16ca4dab6022bb06fdf5c380e52044171f)), refs [#5961](https://github.com/googleapis/google-cloud-go/issues/5961)

## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/notebooks/v0.2.0...notebooks/v0.3.0) (2022-02-23)


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

// Version is the current tagged release of the library.
const Version = "0.3.0"
const Version = "0.4.0"

0 comments on commit a186f73

Please sign in to comment.