Skip to content

Commit 5c7734e

Browse files
chore(main): release google-cloud-batch 1.2.1 (#26721)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 3ef9f94 commit 5c7734e

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"google-cloud-bare_metal_solution+FILLER": "0.0.0",
100100
"google-cloud-bare_metal_solution-v2": "0.8.0",
101101
"google-cloud-bare_metal_solution-v2+FILLER": "0.0.0",
102-
"google-cloud-batch": "1.2.0",
102+
"google-cloud-batch": "1.2.1",
103103
"google-cloud-batch+FILLER": "0.0.0",
104104
"google-cloud-batch-v1": "0.18.1",
105105
"google-cloud-batch-v1+FILLER": "0.0.0",

google-cloud-batch/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 1.2.1 (2024-08-08)
4+
5+
#### Documentation
6+
7+
* Formatting updates to README.md ([#26624](https://github.com/googleapis/google-cloud-ruby/issues/26624))
8+
39
### 1.2.0 (2024-02-26)
410

511
#### Features

google-cloud-batch/lib/google/cloud/batch/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
module Google
2121
module Cloud
2222
module Batch
23-
VERSION = "1.2.0"
23+
VERSION = "1.2.1"
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)