Skip to content

Commit a780371

Browse files
committed
bump patch
1 parent 9ca16d0 commit a780371

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.2.6
4+
5+
- Fix issue where an empty param of type `hash` or `array` would not raise when a required but `allow_nil` child param was missing.
6+
37
## 1.2.5
48

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

lib/typed_params/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module TypedParams
4-
VERSION = '1.2.5'
4+
VERSION = '1.2.6'
55
end

0 commit comments

Comments
 (0)