Skip to content

Commit

Permalink
bump patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Apr 26, 2024
1 parent 7595bd3 commit 3a7f5ab
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.2.5

- Fix issue where a `minimum` and `maximum` constraint combo was not asserted by the `length:` validator.

## 1.2.4

- Fix issue where both `minimum` and `maximum` constraints could not be added to a `length:` validator.
Expand Down
2 changes: 1 addition & 1 deletion lib/typed_params/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module TypedParams
VERSION = '1.2.4'
VERSION = '1.2.5'
end

0 comments on commit 3a7f5ab

Please sign in to comment.