diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 62a9a2315f36..a3fe9e39236d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -807,7 +807,7 @@ "google-cloud-service_usage+FILLER": "0.0.0", "google-cloud-service_usage-v1": "1.8.0", "google-cloud-service_usage-v1+FILLER": "0.0.0", - "google-cloud-shell": "1.7.0", + "google-cloud-shell": "1.7.1", "google-cloud-shell+FILLER": "0.0.0", "google-cloud-shell-v1": "1.8.0", "google-cloud-shell-v1+FILLER": "0.0.0", diff --git a/google-cloud-shell/CHANGELOG.md b/google-cloud-shell/CHANGELOG.md index 8750b5b4c891..143b078a6726 100644 --- a/google-cloud-shell/CHANGELOG.md +++ b/google-cloud-shell/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### 1.7.1 (2026-08-05) + +#### Bug Fixes + +* generate double-wildcard path patterns with capture groups ([#35062](https://github.com/googleapis/google-cloud-ruby/issues/35062)) +#### Documentation + +* Update copyright year ([#35098](https://github.com/googleapis/google-cloud-ruby/issues/35098)) + ### 1.7.0 (2026-06-11) #### Features diff --git a/google-cloud-shell/lib/google/cloud/shell/version.rb b/google-cloud-shell/lib/google/cloud/shell/version.rb index c54fead97427..14b7292f6095 100644 --- a/google-cloud-shell/lib/google/cloud/shell/version.rb +++ b/google-cloud-shell/lib/google/cloud/shell/version.rb @@ -20,7 +20,7 @@ module Google module Cloud module Shell - VERSION = "1.7.0" + VERSION = "1.7.1" end end end