diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 58eea3407d8..be7918db740 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -11,7 +11,7 @@ "asset": "1.2.0", "assuredworkloads": "0.6.0", "automl": "1.3.0", - "batch": "0.0.0", + "batch": "0.1.0", "billing": "1.2.0", "binaryauthorization": "0.5.0", "certificatemanager": "0.2.0", diff --git a/batch/CHANGES.md b/batch/CHANGES.md index b671f0bbcdd..2fcb234f955 100644 --- a/batch/CHANGES.md +++ b/batch/CHANGES.md @@ -1 +1,8 @@ -# Changes +# Changelog + +## 0.1.0 (2022-06-09) + + +### Features + +* **batch:** start generating apiv1 ([#6145](https://github.com/googleapis/google-cloud-go/issues/6145)) ([41525fa](https://github.com/googleapis/google-cloud-go/commit/41525fab52da7e913f3593e89cef91c022898be3)) diff --git a/batch/internal/version.go b/batch/internal/version.go index 76e34d06e61..9e90a014f79 100644 --- a/batch/internal/version.go +++ b/batch/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.0.0" +const Version = "0.1.0"