diff --git a/CHANGELOG.md b/CHANGELOG.md index 5532268..b6c338a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,4 +18,8 @@ Finally, giving a SearchBarStyle, you will be able to change the SearchBar's sty ## [1.2.0] - 26/07/2019 * Future are now cancelled if another request is made and prev was not completed yet -* Increased a little bit the "cancellation" widget click's surface \ No newline at end of file +* Increased a little bit the "cancellation" widget click's surface + +## [1.3.0] - 29/07/2019 + +* SearchBarController is now enable to replay last search \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index d7e57f1..41a8403 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flappy_search_bar description: A SearchBar widget handling most of search cases. -version: 1.2.0 +version: 1.3.0 author: Equinoa homepage: https://github.com/smartnsoft/flappy_search_bar