Skip to content

Commit

Permalink
Release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuker committed Dec 23, 2023
1 parent 3a3e093 commit 72e46d2
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 @@ -4,6 +4,10 @@ Historical changelog for all versions.

## HEAD

## v0.0.4

* Update RSpec version lock to allow for Rails 7.1 support [#1](https://github.com/joshbuker/validator-matchers/pull/1)

## v0.0.3

* Fix dynamic validator not allowing different attributes
Expand Down
2 changes: 1 addition & 1 deletion lib/validator/matchers/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def self.gem_version
module VERSION
MAJOR = 0
MINOR = 0
PATCH = 3
PATCH = 4

STRING = [MAJOR, MINOR, PATCH].join('.')
end
Expand Down

0 comments on commit 72e46d2

Please sign in to comment.