diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d77f1259edd9..514a83dff02f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -107,7 +107,7 @@ "google-cloud-bare_metal_solution+FILLER": "0.0.0", "google-cloud-bare_metal_solution-v2": "0.9.0", "google-cloud-bare_metal_solution-v2+FILLER": "0.0.0", - "google-cloud-batch": "1.2.1", + "google-cloud-batch": "1.3.0", "google-cloud-batch+FILLER": "0.0.0", "google-cloud-batch-v1": "0.20.1", "google-cloud-batch-v1+FILLER": "0.0.0", diff --git a/google-cloud-batch/CHANGELOG.md b/google-cloud-batch/CHANGELOG.md index d199b2a28b34..8ec649b5d3ad 100644 --- a/google-cloud-batch/CHANGELOG.md +++ b/google-cloud-batch/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 1.3.0 (2025-01-25) + +#### Features + +* Provide methods to determine whether services are available with the currently installed versioned client ([#28527](https://github.com/googleapis/google-cloud-ruby/issues/28527)) + ### 1.2.1 (2024-08-08) #### Documentation diff --git a/google-cloud-batch/lib/google/cloud/batch/version.rb b/google-cloud-batch/lib/google/cloud/batch/version.rb index 99cf90589802..fb7339378dcd 100644 --- a/google-cloud-batch/lib/google/cloud/batch/version.rb +++ b/google-cloud-batch/lib/google/cloud/batch/version.rb @@ -20,7 +20,7 @@ module Google module Cloud module Batch - VERSION = "1.2.1" + VERSION = "1.3.0" end end end