From 4f2945765d6eb8cedb2fcabe9d22650129e0ee43 Mon Sep 17 00:00:00 2001 From: rultor Date: Tue, 7 Sep 2021 16:30:45 +0000 Subject: [PATCH] version 0.12.1 --- CHANGELOG.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e18e4..008f6d7 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.1] - 2021-09-07 + ### Changed - increase the allowed maximum length of the local part of emails (before the @) diff --git a/pubspec.yaml b/pubspec.yaml index f365b52..537b2bb 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.0 +version: 0.12.1 homepage: https://dartoos.dev repository: https://github.com/dartoos-dev/formdator