Skip to content

Commit 02e02fd

Browse files
committed
Bum version to 3.1.0
1 parent 9f9b1ae commit 02e02fd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### Version 3.1.0
2+
- Rails 7 support
3+
14
### Version 3.0.0
25
- BREAKING: Dropped support for Rails < 5.2
36
- BREAKING: Increased minimum Ruby version to 2.5

lib/acts_as_recursive_tree/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActsAsRecursiveTree
4-
VERSION = '3.0.0'
4+
VERSION = '3.1.0'
55
end

0 commit comments

Comments
 (0)