Skip to content

Commit 79933d6

Browse files
chore(main): release google-cloud-scheduler 3.2.0 (#34410)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent baba77e commit 79933d6

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
@@ -725,7 +725,7 @@
725725
"google-cloud-saas_platform-saas_service_mgmt+FILLER": "0.0.0",
726726
"google-cloud-saas_platform-saas_service_mgmt-v1beta1": "0.6.0",
727727
"google-cloud-saas_platform-saas_service_mgmt-v1beta1+FILLER": "0.0.0",
728-
"google-cloud-scheduler": "3.1.0",
728+
"google-cloud-scheduler": "3.2.0",
729729
"google-cloud-scheduler+FILLER": "0.0.0",
730730
"google-cloud-scheduler-v1": "1.6.1",
731731
"google-cloud-scheduler-v1+FILLER": "0.0.0",

google-cloud-scheduler/CHANGELOG.md

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

3+
### 3.2.0 (2026-06-11)
4+
5+
#### Features
6+
7+
* update gapic-common dependency to 1.3 and document retry jitter ([#34054](https://github.com/googleapis/google-cloud-ruby/issues/34054))
8+
39
### 3.1.0 (2026-03-19)
410

511
#### Features

google-cloud-scheduler/lib/google/cloud/scheduler/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 Scheduler
23-
VERSION = "3.1.0"
23+
VERSION = "3.2.0"
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)