Skip to content

Commit

Permalink
chore: release main (#5928)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Apr 21, 2022
1 parent d4ea7dd commit f37584f
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 @@ -18,7 +18,7 @@
"cloudbuild": "1.2.0",
"clouddms": "1.2.0",
"cloudtasks": "1.3.0",
"compute": "1.6.0",
"compute": "1.6.1",
"contactcenterinsights": "1.2.0",
"container": "1.2.0",
"containeranalysis": "0.3.0",
Expand Down
7 changes: 7 additions & 0 deletions compute/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

### [1.6.1](https://github.com/googleapis/google-cloud-go/compare/compute/v1.6.0...compute/v1.6.1) (2022-04-21)


### Bug Fixes

* **compute:** revert proto3_optional, required removal on parent_id ([#714](https://github.com/googleapis/google-cloud-go/issues/714)) ([d4ea7dd](https://github.com/googleapis/google-cloud-go/commit/d4ea7dd68bf2b858481727afd8a8830e31a9fe55))

## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.5.0...compute/v1.6.0) (2022-04-14)


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

// Version is the current tagged release of the library.
const Version = "1.6.0"
const Version = "1.6.1"

0 comments on commit f37584f

Please sign in to comment.