Skip to content

Commit a04714c

Browse files
chore(main): release google-apps-chat 1.1.2 (#31325)
1 parent d704028 commit a04714c

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
@@ -15,7 +15,7 @@
1515
"google-analytics-data+FILLER": "0.0.0",
1616
"google-analytics-data-v1beta": "0.18.0",
1717
"google-analytics-data-v1beta+FILLER": "0.0.0",
18-
"google-apps-chat": "1.1.1",
18+
"google-apps-chat": "1.1.2",
1919
"google-apps-chat+FILLER": "0.0.0",
2020
"google-apps-chat-v1": "0.16.0",
2121
"google-apps-chat-v1+FILLER": "0.0.0",

google-apps-chat/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.1.2 (2025-09-12)
4+
5+
#### Documentation
6+
7+
* Add examples to wrapper libraries README.md ([#31320](https://github.com/googleapis/google-cloud-ruby/issues/31320))
8+
39
### 1.1.1 (2025-04-29)
410

511
#### Bug Fixes

google-apps-chat/lib/google/apps/chat/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 Apps
2222
module Chat
23-
VERSION = "1.1.1"
23+
VERSION = "1.1.2"
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)