diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ba8c4..60a0a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,4 +60,8 @@ ## [1.0.5] - TODO: Add avoidBottomInset -* Merge pull request #7 by @nathanielajayi7 \ No newline at end of file +* Merge pull request #7 by @nathanielajayi7 + +## [1.0.6] - TODO: Avoid Keyboard when showing from bottom + +* Merge pull request #8 by @nathanielajayi7 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index bc506a9..a47a048 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_dropdown_alert description: A dropdown alert package for flutter, help user notify the alert like push notification when call api success, fail or waring. -version: 1.0.5 +version: 1.0.6 email: vantuan88291@gmail.com homepage: https://github.com/vantuan88291/flutter_dropdown_alert