From f78cdea7df624bcd7a2f0c7d9df9015acf0442a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 14:32:19 +0200 Subject: [PATCH] Release v3.1.0 (#111) * chore(release): v3.1.0 * chore(changelog): add chore commit to changelog Add missing chore commit on pinning gem versions. * chore(Gemfile.lock): update version in lockfile Co-authored-by: github-actions Co-authored-by: Eugene <1863154+ffenix113@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- lib/stream-chat/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 569e3b1..2e95289 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.1.0](https://github.com/GetStream/stream-chat-ruby/compare/v3.0.0...v3.1.0) (2022-08-26) + + +### Chore + +* chore: pin dependencies versions ([#109](https://github.com/GetStream/stream-chat-ruby/pull/109)) ([66dc80b](https://github.com/GetStream/stream-chat-ruby/commit/66dc80bb3f5e3698450517e94238e28fa7bd9d9c)) + ## [3.0.0](https://github.com/GetStream/stream-chat-ruby/compare/v2.23.0...v3.0.0) (2022-05-24) diff --git a/Gemfile.lock b/Gemfile.lock index 36e1c4c..0bb055f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - stream-chat-ruby (3.0.0) + stream-chat-ruby (3.1.0) faraday (= 1.10.0) faraday-multipart (= 1.0.3) faraday-net_http_persistent (= 1.2.0) diff --git a/lib/stream-chat/version.rb b/lib/stream-chat/version.rb index da49aa5..501f712 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.0.0' + VERSION = '3.1.0' end