diff --git a/CHANGELOG.md b/CHANGELOG.md index 925ab37..0b8d4d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.3.1.3] - 2025-12-11 + +- Fix the comparator displayed in the error message for too-long `NullableNonEmptyText`. + ## [0.3.1.2] - 2025-01-30 - Add the limit number to the decode error string for `NonEmptyText`. diff --git a/string-variants.cabal b/string-variants.cabal index 6946252..553c32e 100644 --- a/string-variants.cabal +++ b/string-variants.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: string-variants -version: 0.3.1.1 +version: 0.3.1.3 synopsis: Constrained text newtypes description: See README at . category: Data