Skip to content

Commit ccc31cd

Browse files
committed
Release 3.0.0
1 parent ce37ab9 commit ccc31cd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## March 5rd, 2021 - 3.0.0
2+
- Drop support Ruby <2.5 and add 2.7.x
3+
- Drop support Rails <5.0 and Rails 6.x
4+
- Use stream-ruby 4.x
5+
- Add support to customize feed via actor for a polymorphic class
6+
- Improve readme and add a changelog
7+
- Migrate GitHub actions and enable Rubocop and fix detected issues

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 = '2.6.6'.freeze
2+
VERSION = '3.0.0'.freeze
33
end

0 commit comments

Comments
 (0)