From b40b027a5c291ce50afee2a53c734052a8944ec0 Mon Sep 17 00:00:00 2001
From: Christoph Metzger <christoph.metzger_extern@fjd.de>
Date: Fri, 5 Jan 2024 10:35:13 +0100
Subject: [PATCH] chore: Prepare CHANGELOG.md for 1.2.0 release

---
 CHANGELOG.md | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index faa4736..e6be923 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,23 +15,22 @@ Types of changes:
 
 ## Unreleased
 
-## [1.1.1] - 2023-11-27
-
-### Fixed
-
-- Remove match pattern from field `replyChannel.elster.accountId` (planning#1326)
-
-## [1.2.0-rc1] - 2023-08-24
+## [1.2.0] - 2024-01-05
 ### Changed
-- Clarified that UUIDs for attachments are globally unique. (planning#1134, 524ca8b)
+- Clarified that UUIDs for attachments are globally unique. (see [planning#1134](https://git.fitko.de/fit-connect/planning/-/issues/1134), 524ca8b)
 
-## [1.2.0-rc0] - 2023-08-23
 ### Added
 
 - Add `replyChannels` attribute. Using this attribute, an Onlineservice (Sender) can tell the Fachverfahren (Subscriber)
   which `replyChannels` it supports. Must be a subset of the `replyChannels` of the services a Fachverfahren offers.
   The JWK contained in the `encryptionPublicKey` attribute will be used by the Fachverfahren to encrypt the Reply. (2131a8ba)
 
+## [1.1.1] - 2023-11-27
+
+### Fixed
+
+- Remove match pattern from field `replyChannel.elster.accountId` ([planning#1326](https://git.fitko.de/fit-connect/planning/-/issues/1326))
+
 ## [1.1.0] - 2023-04-20
 
 ### Changed
-- 
GitLab