diff --git a/CHANGELOG.md b/CHANGELOG.md index 38953f9..aeec7ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.24.0](https://github.com/GetStream/stream-chat-ruby/compare/v3.23.1...v3.24.0) (2026-02-26) + + +### Features + +* remove filterTags from channel batch update API ([#198](https://github.com/GetStream/stream-chat-ruby/issues/198)) ([f8aa0f0](https://github.com/GetStream/stream-chat-ruby/commit/f8aa0f02579cdff4c6610cf5c4021f574065a1d6)) + ### [3.23.1](https://github.com/GetStream/stream-chat-ruby/compare/v3.23.0...v3.23.1) (2026-02-17) diff --git a/lib/stream-chat/version.rb b/lib/stream-chat/version.rb index ea8e099..5164d57 100644 --- a/lib/stream-chat/version.rb +++ b/lib/stream-chat/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module StreamChat - VERSION = '3.23.1' + VERSION = '3.24.0' end