From 1803c954eeab5693d6a762e7273a5918ca720b4f Mon Sep 17 00:00:00 2001 From: "Yashmeet ." Date: Wed, 11 Jun 2025 13:46:19 +0530 Subject: [PATCH 1/2] Change Log update & Version update for release 1.4.0 --- CHANGELOG.md | 9 +++++++++ pom.xml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 316f80351..2129d080c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). The format is based on [Keep a Changelog](http://keepachangelog.com/). +## Version 1.4.0 + +### Added +- Support technical user flow. +- Support codelist for custom properties. + +### Fixed +- An issue where attachments uploaded with first repository was visible when application is redeployed with second repository. + ## Version 1.3.1 ### Fixed diff --git a/pom.xml b/pom.xml index 5978a400f..d657dcd1f 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ - 1.3.2-SNAPSHOT + 1.4.0 17 ${java.version} ${java.version} From 0cea76219d20743dbda2f1d3b416826db596b8bc Mon Sep 17 00:00:00 2001 From: "Yashmeet ." Date: Wed, 11 Jun 2025 13:52:05 +0530 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2129d080c..df11b3000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). - Support codelist for custom properties. ### Fixed -- An issue where attachments uploaded with first repository was visible when application is redeployed with second repository. +- An issue where attachments uploaded with one repository was visible when application is redeployed with another repository. ## Version 1.3.1