diff --git a/CHANGELOG.md b/CHANGELOG.md index b203e62..08e94f6 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.3] - 2021-12-18 + ### Added - IPv4 and ReqIPv4 classes to validate both optional and mandatory IPv4 form diff --git a/pubspec.yaml b/pubspec.yaml index df39a9e..5303b23 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.2 +version: 0.12.3 homepage: https://dartoos.dev repository: https://github.com/dartoos-dev/formdator