Skip to content

Commit

Permalink
Release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
djezzzl committed Feb 7, 2025
1 parent 66c51d5 commit 1a8c505
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

### [2.0.4] - 2025/02/07

- Fix `EnumValueChecker` according to the Rails breaking changes. Thanks [Chedli Bourguiba](https://github.com/chaadow) for fixing the issue!

### [2.0.3] - 2025/01/01

- Fix `EnumValueChecker` with integration of `active-record-pg_enum` gem. Thanks [Brandon Zylstra](https://github.com/brandondrew) for reporting the issue!
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 = '2.0.3'
VERSION = '2.0.4'
end

0 comments on commit 1a8c505

Please sign in to comment.