From 22295ae0a773e3a825cfdbcf318e320881dae534 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 17:38:15 +0200 Subject: [PATCH] chore(release): v2.23.0 (#103) Co-authored-by: github-actions --- CHANGELOG.md | 8 ++++++++ lib/stream-chat/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c85c919..7f18ac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [2.23.0](https://github.com/GetStream/stream-chat-ruby/compare/v2.22.2...v2.23.0) (2022-05-19) + + +### Features + +* **campaign:** add campaign endpoints ([c8c698b](https://github.com/GetStream/stream-chat-ruby/commit/c8c698b51ee2c9f54819c2b9407a3fff7808efd5)) +* **import:** add import endpoints ([#102](https://github.com/GetStream/stream-chat-ruby/issues/102)) ([4d7358d](https://github.com/GetStream/stream-chat-ruby/commit/4d7358d39615c5346f9fdcb2b0dfbffa3c2ae79c)) + ### [2.22.2](https://github.com/GetStream/stream-chat-ruby/compare/v2.22.1...v2.22.2) (2022-04-21) diff --git a/lib/stream-chat/version.rb b/lib/stream-chat/version.rb index aef3f0e..0b94ebd 100644 --- a/lib/stream-chat/version.rb +++ b/lib/stream-chat/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module StreamChat - VERSION = '2.22.2' + VERSION = '2.23.0' end