diff --git a/CHANGES.md b/CHANGES.md
index e93d1bb089..cf885d5cd5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,14 @@
+Changes in Element v1.3.15 (2022-01-18)
+=======================================
+
+Bugfixes 🐛
+----------
+ - Fix crash when viewing source which contains an emoji ([#4796](https://github.com/vector-im/element-android/issues/4796))
+ - Prevent crash in Timeline and add more logs. ([#4959](https://github.com/vector-im/element-android/issues/4959))
+ - Fix crash on API <24 and make sure this error will not occur again. ([#4962](https://github.com/vector-im/element-android/issues/4962))
+ - Fixes sign in/up crash when selecting ems and other server types which use SSO ([#4969](https://github.com/vector-im/element-android/issues/4969))
+
+
 Changes in Element v1.3.14 (2022-01-12)
 =======================================
 
diff --git a/changelog.d/4796.bugfix b/changelog.d/4796.bugfix
deleted file mode 100644
index df5b5a4eba..0000000000
--- a/changelog.d/4796.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix crash when viewing source which contains an emoji
\ No newline at end of file
diff --git a/changelog.d/4959.bugfix b/changelog.d/4959.bugfix
deleted file mode 100644
index 6ffa3937f9..0000000000
--- a/changelog.d/4959.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Prevent crash in Timeline and add more logs.
\ No newline at end of file
diff --git a/changelog.d/4962.bugfix b/changelog.d/4962.bugfix
deleted file mode 100644
index 489f91cfc3..0000000000
--- a/changelog.d/4962.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix crash on API <24 and make sure this error will not occur again.
\ No newline at end of file
diff --git a/changelog.d/4969.bugfix b/changelog.d/4969.bugfix
deleted file mode 100644
index 6edfd498bf..0000000000
--- a/changelog.d/4969.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fixes sign in/up crash when selecting ems and other server types which use SSO
\ No newline at end of file