File tree 3 files changed +8
-2
lines changed
google-cloud-tasks-v2beta3
lib/google/cloud/tasks/v2beta3
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 643
643
"google-cloud-tasks-v2+FILLER" : " 0.0.0" ,
644
644
"google-cloud-tasks-v2beta2" : " 0.10.0" ,
645
645
"google-cloud-tasks-v2beta2+FILLER" : " 0.0.0" ,
646
- "google-cloud-tasks-v2beta3" : " 0.11 .0" ,
646
+ "google-cloud-tasks-v2beta3" : " 0.12 .0" ,
647
647
"google-cloud-tasks-v2beta3+FILLER" : " 0.0.0" ,
648
648
"google-cloud-telco_automation" : " 0.1.0" ,
649
649
"google-cloud-telco_automation+FILLER" : " 0.0.0" ,
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
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
+
3
9
### 0.11.0 (2023-09-12)
4
10
5
11
#### Features
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ module Google
21
21
module Cloud
22
22
module Tasks
23
23
module V2beta3
24
- VERSION = "0.11 .0"
24
+ VERSION = "0.12 .0"
25
25
end
26
26
end
27
27
end
You can’t perform that action at this time.
0 commit comments