From 176700fc0a2b30e037bf447781775f039c8b002a Mon Sep 17 00:00:00 2001 From: Wellington Santos Date: Thu, 19 Dec 2024 09:30:31 -0300 Subject: [PATCH] update version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d9915c..43f9fa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.0 + +* Added support nullable + ## 1.1.0 * Added Label diff --git a/pubspec.yaml b/pubspec.yaml index 2578a59..e50536e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: "A Dart/Flutter package for building strongly typed validation rule repository: https://github.com/Flutterando/lucid_validation homepage: https://pub.dev/documentation/lucid_validation/latest/ -version: 1.1.0 +version: 1.2.0 environment: sdk: ">=3.0.0 <4.0.0"