Skip to content

Commit a1736ae

Browse files
committed
Release v3.1.0
1 parent 1502420 commit a1736ae

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## March 15th, 2021 - 3.1.0
2+
- Add Ruby 3.x support
3+
- Add support for Sequel 5.x (4.x can still work but not recommended)
4+
- Upgrade `stream-ruby` and fix delete activity by foreign id call
5+
- Handle deprecations for rspec `should` vs `expect`
6+
17
## March 5rd, 2021 - 3.0.0
28
- Drop support Ruby <2.5 and add 2.7.x
39
- Drop support Rails <5.0 and Rails 6.x

lib/stream_rails/version.rb

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

0 commit comments

Comments
 (0)