diff --git a/CHANGELOG.md b/CHANGELOG.md index b063cd5..e917e04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.15.1- 21/08/2024 + +* **Enhancements** + - Unregister from text controller listener when disposing the searchable listview widget [PR](https://github.com/koukibadr/Searchable-Listview/pull/117) + ## 2.15.0- 06/08/2024 * **Changes** diff --git a/README.md b/README.md index 1425eff..52c3f76 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ In order to add searchable listview package to your project add this line to you ```yaml dependencies: - searchable_listview: ^2.15.0 + searchable_listview: ^2.15.1 ``` ## Attributes diff --git a/pubspec.yaml b/pubspec.yaml index 6a831e1..9994df1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: searchable_listview description: A new easy way to filter listview with simple implementation with possibilty to customize search field and empty widget -version: 2.15.0 +version: 2.15.1 homepage: 'https://github.com/koukibadr/Searchable-Listview' environment: sdk: '>=2.12.0 <4.0.0'