Skip to content

Commit

Permalink
Release v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynetics committed Nov 15, 2024
1 parent 899412e commit b838a03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## v1.2.3
### Fixed
- relaxed dependency spec to include rails 8

## v1.2.2
### Fixed
- fixed unnecessary void DELETE calls for empty relations
Expand Down
2 changes: 1 addition & 1 deletion lib/delete_recursively/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DeleteRecursively
VERSION = '1.2.2'
VERSION = '1.2.3'
end

0 comments on commit b838a03

Please sign in to comment.