From 275679c059d493edd9f1f00d2015ebcf9af90148 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 16 Jan 2025 11:57:35 +0000 Subject: [PATCH] chore(release): cut 100.4.0 [skip release] # [100.4.0](https://github.com/dhis2/user-app/compare/v100.3.0...v100.4.0) (2025-01-16) ### Features * add email verification in user list [DHIS2-18613] ([#1520](https://github.com/dhis2/user-app/issues/1520)) ([d5cf1a3](https://github.com/dhis2/user-app/commit/d5cf1a37738286379fc8f74bc7cf36fb410e0808)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bc3a0a0..9838fe12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [100.4.0](https://github.com/dhis2/user-app/compare/v100.3.0...v100.4.0) (2025-01-16) + + +### Features + +* add email verification in user list [DHIS2-18613] ([#1520](https://github.com/dhis2/user-app/issues/1520)) ([d5cf1a3](https://github.com/dhis2/user-app/commit/d5cf1a37738286379fc8f74bc7cf36fb410e0808)) + # [100.3.0](https://github.com/dhis2/user-app/compare/v100.2.10...v100.3.0) (2025-01-07) diff --git a/package.json b/package.json index 1b3aec5b..93d681f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "user-app", - "version": "100.3.0", + "version": "100.4.0", "description": "DHIS2 User app", "license": "BSD-3-Clause", "private": true,