diff --git a/CHANGELOG.md b/CHANGELOG.md index 134a174..458c5d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.19.0](https://github.com/GetStream/stream-chat-ruby/compare/v3.18.0...v3.19.0) (2025-07-07) + ## [3.18.0](https://github.com/GetStream/stream-chat-ruby/compare/v3.17.0...v3.18.0) (2025-06-30) ## [3.17.0](https://github.com/GetStream/stream-chat-ruby/compare/v3.16.0...v3.17.0) (2025-06-25) diff --git a/lib/stream-chat/version.rb b/lib/stream-chat/version.rb index 9a1aade..e94495a 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.18.0' + VERSION = '3.19.0' end