Skip to content

Commit

Permalink
bump to version 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mcdonald committed Apr 25, 2021
1 parent 3871efb commit c0f9d36
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,14 @@
= 6.0.0 (April 2, 2021)

Breaking changes:

* Support strict <tt>with_role</tt> queries. Note this changes behaviour of with_role when running in strict mode to behave as previously documented. #543 describes the behaviour change.
* Dropped support for Ruby 2.3 and 2.4

Improvements:

* Updated ActiveRecord adapters implementation of <tt>in</tt> to utilise a subquery instead of two queries

= 5.3.0 (June 1, 2020)

5.3.0 will be the last version to support Ruby < 2.5 and Rails < 5.2. Support for these will be dropped in the next major release.
Expand Down
2 changes: 1 addition & 1 deletion lib/rolify/version.rb
@@ -1,3 +1,3 @@
module Rolify
VERSION = "5.3.0"
VERSION = "6.0.0"
end

0 comments on commit c0f9d36

Please sign in to comment.