Skip to content

Commit

Permalink
Release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynetics committed Apr 27, 2023
1 parent e766284 commit e409c38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased

## v1.2.2
### Fixed
- fixed unnecessary void DELETE calls for empty relations
- thanks to [Richard Nienaber](https://github.com/rjnienaber) for the report
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.1'
VERSION = '1.2.2'
end

0 comments on commit e409c38

Please sign in to comment.