aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.md
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2019-08-07 14:44:23 -0400
committerMichael Hwang <mhwang@research.att.com>2019-08-07 15:18:39 -0400
commit8bf6e3738f21a1a56a153f86d16f5f00148fa35d (patch)
tree4baebf0b9d184682309e1a3fb647d66f506e234f /ChangeLog.md
parent26be72a9a79f2f21a395bd2e67c47efce218510c (diff)
Fix run command to include full path to script
Change-Id: I1bd509fcc0950735ef1dba0291678aa0f57d3bc6 Issue-ID: DCAEGEN2-1718 Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'ChangeLog.md')
-rw-r--r--ChangeLog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 80e80cf..4b54c29 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -5,6 +5,10 @@ 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.3.2]
+
+* DCAEGEN2-1718
+
## [1.3.0]
* Add non-root user in Docker image so that the inventory service can be run in non-privileged mode for security reasons DCAEGEN2-1555