diff --git a/CHANGELOG.md b/CHANGELOG.md index 0173ac454..2857dd320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.9.2](https://github.com/dhis2/line-listing-app/compare/v100.9.1...v100.9.2) (2023-09-15) + + +### Bug Fixes + +* always have the full pagination in view ([#431](https://github.com/dhis2/line-listing-app/issues/431)) ([05d3d79](https://github.com/dhis2/line-listing-app/commit/05d3d7921577a3a8d357c3e28aaf4ca0f952525e)) + ## [100.9.1](https://github.com/dhis2/line-listing-app/compare/v100.9.0...v100.9.1) (2023-08-21) diff --git a/package.json b/package.json index 1a6ac894f..20ea60e28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "line-listing-app", - "version": "100.9.1", + "version": "100.9.2", "description": "DHIS2 Line Listing", "license": "BSD-3-Clause", "private": true,