From 2bcb9859c4159b74aca039754449123c37c261c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 14:55:33 +0200 Subject: [PATCH] chore(release): v3.4.0 (#131) Co-authored-by: github-actions --- CHANGELOG.md | 12 ++++++++++++ lib/stream-chat/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5660692..fada1a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.4.0](https://github.com/GetStream/stream-chat-ruby/compare/v3.3.0...v3.4.0) (2023-07-19) + + +### Features + +* commit message endpoint ([#129](https://github.com/GetStream/stream-chat-ruby/issues/129)) ([09eabb3](https://github.com/GetStream/stream-chat-ruby/commit/09eabb33f4bcfa6f8881dc545060bc5bdd51374e)) + + +### Bug Fixes + +* sorbet type for mark_read function signature ([#130](https://github.com/GetStream/stream-chat-ruby/issues/130)) ([7ea0f51](https://github.com/GetStream/stream-chat-ruby/commit/7ea0f517592c1819e223a65eedb53caa85a92817)) + ## [3.3.0](https://github.com/GetStream/stream-chat-ruby/compare/v3.2.0...v3.3.0) (2022-11-17) diff --git a/lib/stream-chat/version.rb b/lib/stream-chat/version.rb index a198056..5e5dcab 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.3.0' + VERSION = '3.4.0' end