Skip to content

Commit d36cc76

Browse files
chore(main): release google-cloud-dialogflow 1.12.0 (#32278)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 987ae32 commit d36cc76

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
"google-cloud-device_streaming+FILLER": "0.0.0",
338338
"google-cloud-device_streaming-v1": "0.2.1",
339339
"google-cloud-device_streaming-v1+FILLER": "0.0.0",
340-
"google-cloud-dialogflow": "1.11.3",
340+
"google-cloud-dialogflow": "1.12.0",
341341
"google-cloud-dialogflow+FILLER": "0.0.0",
342342
"google-cloud-dialogflow-cx": "1.3.2",
343343
"google-cloud-dialogflow-cx+FILLER": "0.0.0",

google-cloud-dialogflow/CHANGELOG.md

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

3+
### 1.12.0 (2025-12-16)
4+
5+
#### Features
6+
7+
* updated v2 dialogflow client libraries ([#32265](https://github.com/googleapis/google-cloud-ruby/issues/32265))
8+
#### Documentation
9+
10+
* updated v2 dialogflow client libraries
11+
312
### 1.11.3 (2025-09-12)
413

514
#### Documentation

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Dialogflow
19-
VERSION = "1.11.3".freeze
19+
VERSION = "1.12.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)