diff --git a/CHANGELOG.md b/CHANGELOG.md index e25da73..4a6ce1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Upcoming +## 0.2.0 - [[#11]](https://github.com/xsahil03x/super_paging/issues/11) Fix generating prepend load trigger notification when `prefetchIndex` is bigger than the items visible on the screen. - [[#7](https://github.com/xsahil03x/super_paging/issues/7)] Fix generating load trigger notification when `itemCount` is less than `prefetchIndex`. diff --git a/pubspec.yaml b/pubspec.yaml index a04164f..21a6137 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: super_paging homepage: https://github.com/xsahil03x/super_paging description: Add pagination or load more or infinite scrolling functionality to your flutter list view with ease. -version: 0.1.0 +version: 0.2.0 repository: https://github.com/xsahil03x/super_paging issue_tracker: https://github.com/xsahil03x/super_paging/issues