We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce37ab9 commit ccc31cdCopy full SHA for ccc31cd
CHANGELOG.md
@@ -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
@@ -1,3 +1,3 @@
module StreamRails
- VERSION = '2.6.6'.freeze
+ VERSION = '3.0.0'.freeze
end
0 commit comments