Skip to content

Commit

Permalink
VERSION 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nertzy committed Sep 15, 2023
1 parent 5fe21fb commit 15f5023
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 2.1.7
- Require Ruby 2.7 or later
- Add Ruby 3.2 support
- Require Active Record 6.0 or later
- Improve minitest support (Mark Edmondson)
- Limit scope when clearing descendants tracker (idea from Jean-Baptiste Jacquinot)

### 2.1.6
- Require Ruby 2.6 or later
- Add Ruby 3.0 and 3.1 support
Expand Down
2 changes: 1 addition & 1 deletion lib/with_model/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module WithModel
VERSION = '2.1.6'
VERSION = '2.1.7'
end

0 comments on commit 15f5023

Please sign in to comment.