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 96a6922 commit 8026cd7
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.4

- Fix issue where both `minimum` and `maximum` constraints could not be added to a `length:` validator.

## 1.2.3

- Remove `alias` from child lookup criteria in JSONAPI serializer.
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.3'
VERSION = '1.2.4'
end

0 comments on commit 8026cd7

Please sign in to comment.