Change openjdk baseOS img to integration-java11
[dcaegen2/services/pm-mapper.git] / Changelog.md
index 98bda85..3b10d37 100644 (file)
@@ -4,12 +4,17 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
-## [1.5.2] - 18/03/2021    
+## [1.6.0] - 25/03/2021
+### Changed
+- Switched Dockerfile to integration image (alpine-based)
+
+## [1.5.2] - 18/03/2021
 
 - Implement singleton cache for events being processed
 - Add JUnit tests
 
-## [1.5.1] - 03/02/2021      
-
+## [1.5.1] - 03/02/2021
+### Added
 - Add configuration number of threads and limit rate in files processing
+### Security
 - Fix vulnerability - update undertow from 2.0.3.Final to 2.2.3.Final and commons.io from 2.6.0 to 2.8.0