diff --git a/CHANGELOG.md b/CHANGELOG.md index e116baa..df2a489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Dart Package Versioning](https://dart.dev/tools/pub ## [Unreleased] +## [0.12.4] - 2021-12-20 + ### Added - IPv6 and ReqIPv6 classes to validate both optional and mandatory IPv6 form diff --git a/pubspec.yaml b/pubspec.yaml index adaa13d..61b4d92 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: formdator description: A collection of form field validators that can be selected and grouped into various combinations through composition — Decorator Pattern. -version: 0.12.3 +version: 0.12.4 homepage: https://dartoos.dev repository: https://github.com/dartoos-dev/formdator