diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0274372486c5fcb80e91973054e7aeb89f70b561..9185cb4ae3d248fb605e3f8218f3dad04ed1ea61 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,24 +15,27 @@ Types of changes:
 
 ## Unreleased
 
+## [1.2.0]
+
 ### Added
 
-- `create-reply` event documenting a Reply has been appended. Authored by the Zustelldienst.
-- `submit-reply` event documenting a Reply has been submitted. Authored by the Zustelldienst.
-- `notify-reply` event documenting the Onlineservice knows of the Reply. Authored by the Zustelldienst.
-- `reject-reply` event documenting a Reply has been rejected. Authored by the Zustelldienst.
-- `accept-reply` event documenting a Reply has been accepted. Authored by the Zustelldienst.
-- `delete-reply` event documenting a Reply has been deleted. Authored by the Zustelldienst.
+- defined new events in context of the implementation of bidirectional communication [`(planning#460)`](https://git.fitko.de/fit-connect/planning/-/issues/460)
+  - `create-reply` event documenting a Reply has been appended. Authored by the Zustelldienst.
+  - `submit-reply` event documenting a Reply has been submitted. Authored by the Zustelldienst.
+  - `notify-reply` event documenting the Onlineservice knows of the Reply. Authored by the Zustelldienst.
+  - `reject-reply` event documenting a Reply has been rejected. Authored by the Zustelldienst.
+  - `accept-reply` event documenting a Reply has been accepted. Authored by the Zustelldienst.
+  - `delete-reply` event documenting a Reply has been deleted. Authored by the Zustelldienst.
 
 ### Deprecated
 
-- Event `forward-submission` is deprecated.
+- Event `forward-submission` is now deprecated and [will be removed in a future release](https://git.fitko.de/fit-connect/planning/-/issues/310). [`(planning#1292)`](https://git.fitko.de/fit-connect/planning/-/issues/1292)
 
 
 ## [1.1.0]
 
 ### Changed
 
- - `$schema` von einem Enum in eine RegEx geändert `(planning#608)`
+ - `$schema` von einem Enum in eine RegEx geändert [`(planning#608)`](https://git.fitko.de/fit-connect/planning/-/issues/608)
 
-## [1.0.0]
\ No newline at end of file
+## [1.0.0]