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 45c701b commit d25c09b
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 @@ -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 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"

0 comments on commit d25c09b

Please sign in to comment.