From 2dee73cf87dc3e231a06adb7d53f83e7e7334600 Mon Sep 17 00:00:00 2001 From: Misir Jafarov Date: Fri, 7 Oct 2022 14:32:52 +0400 Subject: [PATCH] Bump up to v1.0.3 --- CHANGELOG.md | 9 ++++++++- pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2df5142..b0c7e9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -## [1.0.2] - 10/2/2022 +## [1.0.3] - 10/7/2022 + +- Added Russian language support - [#36](https://github.com/themisir/form-validator/pull/36) +- Added Thai language support - [#39](https://github.com/themisir/form-validator/pull/39), [#40](https://github.com/themisir/form-validator/pull/40) +- Added Romanian language support - [#42](https://github.com/themisir/form-validator/pull/42) +- Improved Japanese messages - [#35](https://github.com/themisir/form-validator/pull/35), [#44](https://github.com/themisir/form-validator/pull/44) + +## [1.0.2] - 2/10/2022 - Added Herbew language support - [#32](https://github.com/themisir/form-validator/pull/32) - Added Japaniese language support - [#33](https://github.com/themisir/form-validator/pull/33) diff --git a/pubspec.yaml b/pubspec.yaml index 427b180..382afd9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: form_validator description: Simplest form validation library for flutter's form field widgets -version: 1.0.2 +version: 1.0.3 homepage: https://github.com/TheMisir/form-validator environment: