diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ad937db..225b5cf6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [31.13.29](https://github.com/dhis2/tracker-capture-app/compare/v31.13.28...v31.13.29) (2023-09-08) + + +### Bug Fixes + +* [DHIS2-15102] assign data elements sequentially ([#1852](https://github.com/dhis2/tracker-capture-app/issues/1852)) ([e7194d2](https://github.com/dhis2/tracker-capture-app/commit/e7194d2a0b9611985e97ee3c069818a94c7a012a)) + ## [31.13.28](https://github.com/dhis2/tracker-capture-app/compare/v31.13.27...v31.13.28) (2023-07-03) diff --git a/package.json b/package.json index 92cb993c6..f2c1cbb09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tracker-capture-app", - "version": "31.13.28", + "version": "31.13.29", "description": "DHIS2 tracker capture app", "main": "index.js", "scripts": {