From 9998c03dc9d12720c845fe4837b06c22c8719774 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 30 Jun 2025 12:36:42 +0000 Subject: [PATCH] chore(release): v3.18.0 --- CHANGELOG.md | 2 ++ lib/stream-chat/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad95a44..134a174 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.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) ## [3.16.0](https://github.com/GetStream/stream-chat-ruby/compare/v3.15.0...v3.16.0) (2025-06-18) diff --git a/lib/stream-chat/version.rb b/lib/stream-chat/version.rb index b13bc1d..9a1aade 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.17.0' + VERSION = '3.18.0' end