diff --git a/CHANGELOG.md b/CHANGELOG.md index 98d6edb..7528d60 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.6.0](https://github.com/GetStream/stream-chat-ruby/compare/v3.5.1...v3.6.0) (2024-05-22) + + +### Features + +* add test for `notifications_muted` as filter in `query_members` ([#140](https://github.com/GetStream/stream-chat-ruby/issues/140)) ([61102ac](https://github.com/GetStream/stream-chat-ruby/commit/61102ac16783ecfc502d8f7d21435ec64af28436)) + ### [3.5.1](https://github.com/GetStream/stream-chat-ruby/compare/v3.5.0...v3.5.1) (2024-04-18) ## [3.5.0](https://github.com/GetStream/stream-chat-ruby/compare/v3.4.0...v3.5.0) (2023-10-30) diff --git a/lib/stream-chat/version.rb b/lib/stream-chat/version.rb index d04526c..157c231 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.5.1' + VERSION = '3.6.0' end