Skip to content

Commit 0f29858

Browse files
chore(main): release google-apps-chat-v1 0.22.0
1 parent 89ca0dc commit 0f29858

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"google-analytics-data-v1beta+FILLER": "0.0.0",
2222
"google-apps-chat": "1.2.0",
2323
"google-apps-chat+FILLER": "0.0.0",
24-
"google-apps-chat-v1": "0.21.0",
24+
"google-apps-chat-v1": "0.22.0",
2525
"google-apps-chat-v1+FILLER": "0.0.0",
2626
"google-apps-events-subscriptions": "1.2.0",
2727
"google-apps-events-subscriptions+FILLER": "0.0.0",

google-apps-chat-v1/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### 0.22.0 (2026-04-03)
4+
5+
#### Features
6+
7+
* Addition of Section and SectionItem APIs
8+
* Support app authentication with admin-consent scopes for Chat API ListMessages, GetMessage, GetSpaceEvent and ListSpaceEvents ([#33662](https://github.com/googleapis/google-cloud-ruby/issues/33662))
9+
310
### 0.21.0 (2026-04-02)
411

512
#### Features

google-apps-chat-v1/lib/google/apps/chat/v1/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Apps
2222
module Chat
2323
module V1
24-
VERSION = "0.21.0"
24+
VERSION = "0.22.0"
2525
end
2626
end
2727
end

0 commit comments

Comments
 (0)