diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 22a8b203677..d4b463dea9a 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -11,8 +11,8 @@ "asset": "1.2.0", "assuredworkloads": "0.6.0", "automl": "1.3.0", - "baremetalsolution": "0.0.0", - "batch": "0.0.0", + "baremetalsolution": "0.1.0", + "batch": "0.1.0", "billing": "1.2.0", "binaryauthorization": "0.5.0", "certificatemanager": "0.2.0", diff --git a/baremetalsolution/CHANGES.md b/baremetalsolution/CHANGES.md index b671f0bbcdd..a48e273c800 100644 --- a/baremetalsolution/CHANGES.md +++ b/baremetalsolution/CHANGES.md @@ -1 +1,8 @@ -# Changes +# Changelog + +## 0.1.0 (2022-06-13) + + +### Features + +* **baremetalsolution:** start generating apiv2 ([#6147](https://github.com/googleapis/google-cloud-go/issues/6147)) ([5dcbf2f](https://github.com/googleapis/google-cloud-go/commit/5dcbf2f859e2b99e5497d6ac45825a80799f32ab)) diff --git a/baremetalsolution/internal/version.go b/baremetalsolution/internal/version.go index 76e34d06e61..9e90a014f79 100644 --- a/baremetalsolution/internal/version.go +++ b/baremetalsolution/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" diff --git a/batch/CHANGES.md b/batch/CHANGES.md index b671f0bbcdd..a57f69a6273 100644 --- a/batch/CHANGES.md +++ b/batch/CHANGES.md @@ -1 +1,8 @@ -# Changes +# Changelog + +## 0.1.0 (2022-06-13) + + +### 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"