diff --git a/CHANGELOG.md b/CHANGELOG.md index df4cf6ee..c56436d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [30.4.6](https://github.com/dhis2/user-profile-app/compare/v30.4.5...v30.4.6) (2023-12-15) + + +### Bug Fixes + +* reject profile photos bigger than 1MB ([8f1d8e9](https://github.com/dhis2/user-profile-app/commit/8f1d8e9a5185b1960dd00622a4734d98d6c99097)) + ## [30.4.5](https://github.com/dhis2/user-profile-app/compare/v30.4.4...v30.4.5) (2023-11-26) diff --git a/package.json b/package.json index 9c8be3e5..05a1c28d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "user-profile-app", - "version": "30.4.5", + "version": "30.4.6", "description": "User Profile App for DHIS2", "license": "BSD-3-Clause", "scripts": {