summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/Changelog.md
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2020-10-13 11:41:41 +0100
committerFiachra Corcoran <fiachra.corcoran@est.tech>2020-10-14 09:30:02 +0000
commit75c997686e5f85709b8c2bfc3f46d9661710a9f8 (patch)
tree3cb4ff54cb47deda7cb75101c09069d6acf64f94 /components/pm-subscription-handler/Changelog.md
parent5d9a6fc623fd8f5147f3df7d42947f97a95ded53 (diff)
[PMSH] Bug fix for missing sdnc params in DELETE event
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I051cf6fd727ad99451c3c8386f604501b2eef8e0 Issue-ID: DCAEGEN2-2483
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 1d97b586..ca988296 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.2]
+### Changed
+* Bug fix for missing sdnc params in DELETE event (DCAEGEN2-2483)
+
## [1.1.1]
### Changed
* Moved to alpine base image (DCAEGEN2-2292)