Skip to content

Commit 75e324a

Browse files
chore(main): release google-cloud-tasks-v2beta3 0.12.0
1 parent cb3e20b commit 75e324a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@
643643
"google-cloud-tasks-v2+FILLER": "0.0.0",
644644
"google-cloud-tasks-v2beta2": "0.10.0",
645645
"google-cloud-tasks-v2beta2+FILLER": "0.0.0",
646-
"google-cloud-tasks-v2beta3": "0.11.0",
646+
"google-cloud-tasks-v2beta3": "0.12.0",
647647
"google-cloud-tasks-v2beta3+FILLER": "0.0.0",
648648
"google-cloud-telco_automation": "0.1.0",
649649
"google-cloud-telco_automation+FILLER": "0.0.0",

google-cloud-tasks-v2beta3/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 0.12.0 (2024-01-11)
4+
5+
#### Features
6+
7+
* Support for universe_domain ([#23787](https://github.com/googleapis/google-cloud-ruby/issues/23787))
8+
39
### 0.11.0 (2023-09-12)
410

511
#### Features

google-cloud-tasks-v2beta3/lib/google/cloud/tasks/v2beta3/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Cloud
2222
module Tasks
2323
module V2beta3
24-
VERSION = "0.11.0"
24+
VERSION = "0.12.0"
2525
end
2626
end
2727
end

0 commit comments

Comments
 (0)