From aebc02791fb9a93eb89371529613dd012b0a6994 Mon Sep 17 00:00:00 2001 From: Kenneth Liang Date: Tue, 19 Mar 2019 19:28:57 -0400 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 438a3ac6..efc5cc07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.1 - 19/03/2019 + +- Bug fixes & optimizations + ## 1.2.0 - 05/03/2019 - Added property `keepSuggestionsOnLoading` diff --git a/pubspec.yaml b/pubspec.yaml index a8925a3b..cb7983f1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_typeahead -version: 1.2.0 +version: 1.2.1 description: A highly customizable typeahead (autocomplete) text input field for Flutter homepage: https://github.com/AbdulRahmanAlHamali/flutter_typeahead authors: