Skip to content

Commit 583ed2b

Browse files
committed
Version bump to 3.5.0
1 parent 430438b commit 583ed2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### NEXT
1+
### Version 3.5.0
22
- Added :dependent option for setting explicit deletion behaviour (issue #31)
33
- Added automatic cycle detection when supported (currently only PostgresSQL 14+) (issue #22)
44

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.4.0'
4+
VERSION = '3.5.0'
55
end

0 commit comments

Comments
 (0)