diff --git a/CHANGELOG.md b/CHANGELOG.md index 316f80351..df11b3000 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 one repository was visible when application is redeployed with another 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}