diff --git a/CHANGES.md b/CHANGES.md
index 6996863716..5f685efc75 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,21 @@
+Changes in Element v1.6.8 (2023-11-28)
+======================================
+
+Bugfixes 🐛
+----------
+ - Stop incoming call ringing if the call is cancelled or answered on another session. ([#4066](https://github.com/vector-im/element-android/issues/4066))
+ - Ensure the incoming call will not ring forever, in case the call is not ended by another way. ([#8178](https://github.com/vector-im/element-android/issues/8178))
+ - Unified Push: Ignore the potential SSL error when the custom gateway is testing locally ([#8683](https://github.com/vector-im/element-android/issues/8683))
+ - Fix issue with timeline message view reuse while rich text editor is enabled ([#8688](https://github.com/vector-im/element-android/issues/8688))
+
+Other changes
+-------------
+ - Remove unused WebRTC dependency ([#8658](https://github.com/vector-im/element-android/issues/8658))
+ - Take into account boolean "io.element.disable_network_constraint" from the .well-known file. ([#8662](https://github.com/vector-im/element-android/issues/8662))
+ - Update regex for email address to be aligned on RFC 5322 ([#8671](https://github.com/vector-im/element-android/issues/8671))
+ - Bump crypto sdk bindings to v0.3.16 ([#8679](https://github.com/vector-im/element-android/issues/8679))
+
+
 Changes in Element v1.6.6 (2023-10-05)
 ======================================
 
diff --git a/changelog.d/4066.bugfix b/changelog.d/4066.bugfix
deleted file mode 100644
index 7c97993511..0000000000
--- a/changelog.d/4066.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Stop incoming call ringing if the call is cancelled or answered on another session.
diff --git a/changelog.d/8178.bugfix b/changelog.d/8178.bugfix
deleted file mode 100644
index e7f073f4fc..0000000000
--- a/changelog.d/8178.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Ensure the incoming call will not ring forever, in case the call is not ended by another way.
diff --git a/changelog.d/8658.misc b/changelog.d/8658.misc
deleted file mode 100644
index f4cf3d051d..0000000000
--- a/changelog.d/8658.misc
+++ /dev/null
@@ -1 +0,0 @@
-Remove unused WebRTC dependency
diff --git a/changelog.d/8662.misc b/changelog.d/8662.misc
deleted file mode 100644
index 4a18120301..0000000000
--- a/changelog.d/8662.misc
+++ /dev/null
@@ -1 +0,0 @@
-Take into account boolean "io.element.disable_network_constraint" from the .well-known file.
diff --git a/changelog.d/8671.misc b/changelog.d/8671.misc
deleted file mode 100644
index 345dc36fd6..0000000000
--- a/changelog.d/8671.misc
+++ /dev/null
@@ -1 +0,0 @@
-Update regex for email address to be aligned on RFC 5322
\ No newline at end of file
diff --git a/changelog.d/8679.misc b/changelog.d/8679.misc
deleted file mode 100644
index d913671219..0000000000
--- a/changelog.d/8679.misc
+++ /dev/null
@@ -1 +0,0 @@
-Bump crypto sdk bindings to v0.3.16
diff --git a/changelog.d/8683.bugfix b/changelog.d/8683.bugfix
deleted file mode 100644
index 5ce4bf96b8..0000000000
--- a/changelog.d/8683.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Unified Push: Ignore the potential SSL error when the custom gateway is testing locally
diff --git a/changelog.d/8688.bugfix b/changelog.d/8688.bugfix
deleted file mode 100644
index 0f746f1293..0000000000
--- a/changelog.d/8688.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix issue with timeline message view reuse while rich text editor is enabled
\ No newline at end of file