diff --git a/CHANGELOG.md b/CHANGELOG.md index 55a0ca8..012538e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 2.1.7 +Duplicate type enum found in flutter ## 2.1.16 Bug fixes and performance improvements ## 2.1.15 diff --git a/pubspec.yaml b/pubspec.yaml index 5838bb2..25106d2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: email_validator -version: 2.1.16 +version: 2.1.7 homepage: https://github.com/fredeil/email-validator.dart description: A simple (but correct) dart class for validating email addresses