diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index bd7c95fc45d..59267ed4d00 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -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", diff --git a/talent/CHANGES.md b/talent/CHANGES.md index 539dd9cd786..0ec0e7b186a 100644 --- a/talent/CHANGES.md +++ b/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) diff --git a/talent/internal/version.go b/talent/internal/version.go index 75ae2d0e75a..d1002df0887 100644 --- a/talent/internal/version.go +++ b/talent/internal/version.go @@ -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"