Skip to content

Commit

Permalink
Release v2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas committed Nov 25, 2021
1 parent ed6ffa5 commit 1a4726a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## November 25th, 2021 - 2.15.0

- Add configuration support for channel truncate
- truncated_at: to truncate channel up to given time
- message: a system message to be added via truncation
- skip_push: don't send a push notification for system message
- hard_delete: true if truncation should delete messages instead of hiding

## November 24th, 2021 - 2.14.0

- Add new flags for export channels
Expand Down
2 changes: 1 addition & 1 deletion lib/stream-chat/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# lib/version.rb

module StreamChat
VERSION = '2.14.0'
VERSION = '2.15.0'
end

0 comments on commit 1a4726a

Please sign in to comment.