From 3a7f5ab70bf687b6e176c3ce6128c67208ef28be Mon Sep 17 00:00:00 2001 From: Zeke Gabrielse Date: Fri, 26 Apr 2024 14:40:21 -0500 Subject: [PATCH] bump patch --- CHANGELOG.md | 4 ++++ lib/typed_params/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c83f11f..86ff1e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lib/typed_params/version.rb b/lib/typed_params/version.rb index ee5976f..7e82da8 100644 --- a/lib/typed_params/version.rb +++ b/lib/typed_params/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module TypedParams - VERSION = '1.2.4' + VERSION = '1.2.5' end