Skip to content

Commit

Permalink
chore: release main (#6733)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 26, 2022
1 parent 0ffce1d commit e4d9b3a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-submodules.json
Expand Up @@ -26,7 +26,7 @@
"compute": "1.10.0",
"contactcenterinsights": "1.2.3",
"container": "1.4.0",
"containeranalysis": "0.5.0",
"containeranalysis": "0.5.1",
"datacatalog": "1.6.0",
"dataflow": "0.7.0",
"dataform": "0.4.0",
Expand Down
7 changes: 7 additions & 0 deletions containeranalysis/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

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


### Bug Fixes

* **containeranalysis:** Move grafeas stubs to proper folder ([#6732](https://github.com/googleapis/google-cloud-go/issues/6732)) ([16b5fd7](https://github.com/googleapis/google-cloud-go/commit/16b5fd7c5e4ddd8028feca60c5780ca1d1af8532))

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


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.0"
const Version = "0.5.1"

0 comments on commit e4d9b3a

Please sign in to comment.