Skip to content

Commit 3c113db

Browse files
author
github-actions
committed
chore(release): v5.0.0
1 parent 862f6d5 commit 3c113db

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
## [5.0.0](https://github.com/GetStream/stream-ruby/compare/v4.6.0...v5.0.0) (2023-03-31)
6+
7+
8+
### Bug Fixes
9+
10+
* order of dependencies ([5d2b86b](https://github.com/GetStream/stream-ruby/commit/5d2b86bc6db2a5d6ff98858c628224bab17adb4f))
11+
* remove redundant 'freeze' calls from regular expressions ([7b1c08a](https://github.com/GetStream/stream-ruby/commit/7b1c08a547d58d4927476507543f725e1497caa1))
12+
* remove redundant development dependency declarations ([7f6239e](https://github.com/GetStream/stream-ruby/commit/7f6239e9ab76d9e8292ff3489d0e445c5a1bccf5))
13+
514
## [4.6.0](https://github.com/GetStream/stream-ruby/compare/v4.5.0...v4.6.0) (2022-09-21)
615

716

lib/stream/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Stream
2-
VERSION = '4.6.0'.freeze
2+
VERSION = '5.0.0'.freeze
33
end

0 commit comments

Comments
 (0)