Skip to content

Commit

Permalink
Release v3.1.0 (#111)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Aug 26, 2022
1 parent 66dc80b commit f78cdea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/stream-chat/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module StreamChat
VERSION = '3.0.0'
VERSION = '3.1.0'
end

0 comments on commit f78cdea

Please sign in to comment.