Skip to content

Commit

Permalink
Release 1.7.21
Browse files Browse the repository at this point in the history
  • Loading branch information
djezzzl committed Oct 15, 2023
1 parent 81a10b5 commit 5a2359f
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
@@ -1,5 +1,9 @@
# Changelog

### [1.7.21] - 2023/10/15

- Adjust `ColumnPresenceChecker` to work with ActiveRecord 7.1. Thanks [Alex Robbin](https://github.com/agrobbin) to create an issue and [Chedli Bourguiba](https://github.com/chaadow) for fixing it.

### [1.7.20] - 2023/08/22

- Ignore models without connected tables. Thanks [Francesco](https://github.com/frodsan) for the contribution!
Expand Down
2 changes: 1 addition & 1 deletion lib/database_consistency/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DatabaseConsistency
VERSION = '1.7.20'
VERSION = '1.7.21'
end

0 comments on commit 5a2359f

Please sign in to comment.