aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-07-13 10:30:21 +0200
committerZebek Bogumil <bogumil.zebek@nokia.com>2020-07-13 10:30:21 +0200
commit76ff55a5d1f4f14fbbb8a76c5419c39e08319891 (patch)
treed9f1267b55f29347fce7ed73bc6dbcc916b4482e /CHANGELOG.md
parent575adb475d014cb7e1898955a398b503c4f39367 (diff)
Add missing library3.5.1
After upgrade to java 11 two problems occurred: - missing dependency to javax.activation.activation - logger has a problem with access to log files Issue-ID: DCAEGEN2-2287 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I03fb683f195f1898ec31f2726420eb27be7d55bb
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a69da9b..5ebbd50 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
The version in the brackets represents the version of DCAE inventory and not the ONAP DCAE version.
+## [3.5.1]
+
+* Add dependency to javax.activation.activation library
+* Fix application access to log files
+
## [3.5.0]
* Upgrade java from 8 to 11