Skip to content

Commit f78cdea

Browse files
github-actions[bot]github-actionsffenix113
authored
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 <[email protected]> Co-authored-by: Eugene <[email protected]>
1 parent 66dc80b commit f78cdea

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [3.1.0](https://github.com/GetStream/stream-chat-ruby/compare/v3.0.0...v3.1.0) (2022-08-26)
6+
7+
8+
### Chore
9+
10+
* chore: pin dependencies versions ([#109](https://github.com/GetStream/stream-chat-ruby/pull/109)) ([66dc80b](https://github.com/GetStream/stream-chat-ruby/commit/66dc80bb3f5e3698450517e94238e28fa7bd9d9c))
11+
512
## [3.0.0](https://github.com/GetStream/stream-chat-ruby/compare/v2.23.0...v3.0.0) (2022-05-24)
613

714

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
stream-chat-ruby (3.0.0)
4+
stream-chat-ruby (3.1.0)
55
faraday (= 1.10.0)
66
faraday-multipart (= 1.0.3)
77
faraday-net_http_persistent (= 1.2.0)

lib/stream-chat/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module StreamChat
5-
VERSION = '3.0.0'
5+
VERSION = '3.1.0'
66
end

0 commit comments

Comments
 (0)