diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f61f7..3d11107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/stream-chat/version.rb b/lib/stream-chat/version.rb index 08bbf2d..43d2aec 100644 --- a/lib/stream-chat/version.rb +++ b/lib/stream-chat/version.rb @@ -3,5 +3,5 @@ # lib/version.rb module StreamChat - VERSION = '2.14.0' + VERSION = '2.15.0' end