From 7c949de23faf2bcb33b0d776940421de7fdfa853 Mon Sep 17 00:00:00 2001
From: "Pietsch, Martin" <martin.pietsch@tu-dresden.de>
Date: Mon, 12 Jul 2021 19:39:36 +0200
Subject: [PATCH] completed changelog

---
 CHANGELOG.rst             | 8 ++++++++
 changelogs/changelog.yaml | 4 ++++
 2 files changed, 12 insertions(+)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 8ab164c..e85426f 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -28,3 +28,11 @@ Minor Changes
 -------------
 
 - changed list merge behavior of roles from 'append' to 'replace'
+
+v1.2.1
+======
+
+Bugfixes
+--------
+
+- handlers are not executed correctly
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 11c9489..1efba8c 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -16,3 +16,7 @@ releases:
       minor_changes:
         - changed list merge behavior of roles from 'append' to 'replace'
     release_date: '2021-06-08'
+  1.2.1:
+    changes:
+      bugfixes:
+        - handlers are not executed correctly
-- 
GitLab