Skip to content

Commit

Permalink
chore: release main (#6134)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 7, 2022
1 parent c05a06b commit 495775e
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 @@ -89,7 +89,7 @@
"shell": "1.2.0",
"speech": "1.4.0",
"storagetransfer": "1.3.0",
"talent": "0.6.0",
"talent": "0.7.0",
"texttospeech": "1.3.0",
"tpu": "1.2.0",
"trace": "1.2.0",
Expand Down
7 changes: 7 additions & 0 deletions talent/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [0.7.0](https://github.com/googleapis/google-cloud-go/compare/talent/v0.6.0...talent/v0.7.0) (2022-06-07)


### Features

* **talent:** add methods for Long Running Operations service ([1a0b09a](https://github.com/googleapis/google-cloud-go/commit/1a0b09a991d210fd562674aae1d2df854a0e15f9))

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


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

// Version is the current tagged release of the library.
const Version = "0.6.0"
const Version = "0.7.0"

0 comments on commit 495775e

Please sign in to comment.