diff --git a/CHANGELOG.md b/CHANGELOG.md index bee9dd04..d544a8d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project 2.6.x per each release will be documented in The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## [v2.6.0.15] - 2021-07-19 + +### Added +- Create Java prefs directory to avoid warning logs printed by FileSystemPreferences class in centos apim and is-as-km images +- Set JAVA_OPTS as an environment variable with values for java.util.prefs.systemRoot and java.util.prefs.userRoot + ## [v2.6.0.12] - 2021-01-13 ### Changed diff --git a/README.md b/README.md index 13012c37..d4f14f2b 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,4 @@ Docker Compose files have been created according to the most common API Manageme to quickly evaluate product features along side their co-operate API Management requirements. The Compose files make use of per profile Docker images of WSO2 API Manager, API Manager Analytics and WSO2 Identity Server as Key Manager, as well as MySQL. -**Change log** from previous v2.6.0.9 release: [View Here](CHANGELOG.md) +**Change log** from previous v2.6.0.14 release: [View Here](CHANGELOG.md)