summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/Changelog.md
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2020-08-28 14:00:14 +0100
committerefiacor <fiachra.corcoran@est.tech>2020-08-28 14:00:19 +0100
commite783ede93e1c0f2f76a332fc82f6e6a7f40f04fc (patch)
tree1dfe5a1ede30c7cd45575c31aa27d596e021b488 /components/pm-subscription-handler/Changelog.md
parent821257ad50f35e2c11d5c7e73f7937c11efa699c (diff)
[PMSH] Docker multi stage build
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I8935d7d1b4b3ff28f5b2fe183e9553d1ee8828ad Issue-ID: DCAEGEN2-2292
Diffstat (limited to 'components/pm-subscription-handler/Changelog.md')
-rwxr-xr-xcomponents/pm-subscription-handler/Changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/pm-subscription-handler/Changelog.md b/components/pm-subscription-handler/Changelog.md
index 918179c0..83caf2ca 100755
--- a/components/pm-subscription-handler/Changelog.md
+++ b/components/pm-subscription-handler/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.1.1]
+### Changed
+* Moved to alpine base image (DCAEGEN2-2292)
+
## [1.1.0]
### Changed
* Added new API endpoint to fetch all Subscription data (DCAEGEN2-2154)