diff --git a/CHANGELOG.md b/CHANGELOG.md index bae9409..6da6ed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ +## 1.1.0 + +* add new toast style (ToastificationStyle.simple) by @mahmoud-eslami +* add toastification callbacks by @payam-zahedi + ## 1.0.2 + * Fix the code preview section issue by @mahmoud-eslami * onAutoCompleteCompleted Callback exposed to user by @Shery573 * Add github stars section by @payam-zahedi ## 1.0.1 + * update README.me by @payam-zahedi ## 1.0.0 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 8ba0722..2d69729 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -3,7 +3,7 @@ description: A new Flutter project. publish_to: "none" -version: 1.0.3+33 +version: 1.1.0+40 environment: sdk: ">=3.0.0 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index aaf339b..d20e062 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: toastification description: Toastification is a Flutter package that allows you to easily show toast and notification messages in your application. -version: 1.0.2 +version: 1.1.0 homepage: https://payamzahedi.com/toastification/ repository: https://github.com/payam-zahedi/toastification