From e373b201675f0e501ba21a9e249bfc8b6b3a4ad6 Mon Sep 17 00:00:00 2001 From: rultor Date: Sat, 18 Dec 2021 22:31:32 +0000 Subject: [PATCH] version 0.12.3 --- CHANGELOG.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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