diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 84b81b2958c5..e6d38dc7f484 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -777,7 +777,7 @@ "google-cloud-workflows-v1+FILLER": "0.0.0", "google-cloud-workflows-v1beta": "0.9.0", "google-cloud-workflows-v1beta+FILLER": "0.0.0", - "google-cloud-workstations": "0.0.1", + "google-cloud-workstations": "0.1.0", "google-cloud-workstations+FILLER": "0.0.0", "google-cloud-workstations-v1": "0.0.1", "google-cloud-workstations-v1+FILLER": "0.0.0", diff --git a/google-cloud-workstations/CHANGELOG.md b/google-cloud-workstations/CHANGELOG.md index f88957a62ba2..5f6aade68396 100644 --- a/google-cloud-workstations/CHANGELOG.md +++ b/google-cloud-workstations/CHANGELOG.md @@ -1,2 +1,9 @@ -# Release History +# Changelog +### 0.1.0 (2024-05-28) + +#### Features + +* Initial generation of google-cloud-workstations ([#25956](https://github.com/googleapis/google-cloud-ruby/issues/25956)) + +## Release History diff --git a/google-cloud-workstations/lib/google/cloud/workstations/version.rb b/google-cloud-workstations/lib/google/cloud/workstations/version.rb index caa714ba1557..df0da5c8413c 100644 --- a/google-cloud-workstations/lib/google/cloud/workstations/version.rb +++ b/google-cloud-workstations/lib/google/cloud/workstations/version.rb @@ -20,7 +20,7 @@ module Google module Cloud module Workstations - VERSION = "0.0.1" + VERSION = "0.1.0" end end end