Skip to content

Commit

Permalink
Release 1.7.25
Browse files Browse the repository at this point in the history
  • Loading branch information
djezzzl committed Aug 24, 2024
1 parent 8e76585 commit 37e0cdb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### [1.7.25] - 2024/08/24

- Fix compatibility w/ active_type gem and handling anonymous classes. Thanks [ojab](https://github.com/ojab) for fixing this!
- Improving CI. Thanks [ojab](https://github.com/ojab) for doing this!
- Make all models methods ignore database disabled models. Thanks [Chedli Bourguiba](https://github.com/chaadow) for fixing it!

### [1.7.24] - 2024/08/22

- Fix DatabaseConsistencyCheckers/All setting
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.24'
VERSION = '1.7.25'
end

0 comments on commit 37e0cdb

Please sign in to comment.