summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/Changelog.md
diff options
context:
space:
mode:
authoregernug <gerard.nugent@est.tech>2022-02-18 15:20:14 +0000
committeregernug <gerard.nugent@est.tech>2022-02-22 09:27:16 +0000
commit37762006756658532012d9b8e4286e80acb612c4 (patch)
treed8bbd23cd1f66cc02c6a45f9d40193bc201519e1 /components/pm-subscription-handler/Changelog.md
parenteabbdce7cba8c04a852cad47b0731b88030e1856 (diff)
[PMSH] Fixes for Flask, MarkupSafe versions + tox
Fixes due to version issues and minor fixes for tox and unit test Patch 3+4: Version bump Issue-ID: DCAEGEN2-3086 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: Ibbb83bb50f96737ad127c4c2463957500f7581db
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 28efae05..d002f229 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/).
+## [2.1.1]
+### Changed
+* Fixes for Flask, MarkupSafe versions + tox (DCAEGEN2-3086)
+
## [2.1.0]
### Changed
* Exit Handler Update (DCAEGEN2-3084)