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 1502420 commit a1736aeCopy full SHA for a1736ae
CHANGELOG.md
@@ -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
+
7
## March 5rd, 2021 - 3.0.0
8
- Drop support Ruby <2.5 and add 2.7.x
9
- Drop support Rails <5.0 and Rails 6.x
lib/stream_rails/version.rb
@@ -1,3 +1,3 @@
module StreamRails
- VERSION = '3.0.0'.freeze
+ VERSION = '3.1.0'.freeze
end
0 commit comments