diff --git a/CHANGES.md b/CHANGES.md
index 2bddbef133..829b1a0caa 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,38 @@
+Changes in Element v1.4.32 (2022-08-10)
+=======================================
+
+Features ✨
+----------
+ - [Location Share] Render fallback UI when map fails to load ([#6711](https://github.com/vector-im/element-android/issues/6711))
+
+Bugfixes 🐛
+----------
+ - Fix message content sometimes appearing in the log ([#6706](https://github.com/vector-im/element-android/issues/6706))
+ - Disable 'Enable biometrics' option if there are not biometric authenticators enrolled. ([#6713](https://github.com/vector-im/element-android/issues/6713))
+ - Fix crash when biometric key is used when coming back to foreground and KeyStore reports that the device is still locked. ([#6768](https://github.com/vector-im/element-android/issues/6768))
+ - Catch all exceptions on lockscreen system key migrations. ([#6769](https://github.com/vector-im/element-android/issues/6769))
+ - Fixes crash when entering non ascii characters during account creation ([#6735](https://github.com/vector-im/element-android/issues/6735))
+ - Fixes onboarding login/account creation errors showing after navigation ([#6737](https://github.com/vector-im/element-android/issues/6737))
+ - [Location sharing] Invisible text on map symbol ([#6687](https://github.com/vector-im/element-android/issues/6687))
+
+In development 🚧
+----------------
+  - Adds new app layout toolbar ([#6655](https://github.com/vector-im/element-android/issues/6655))
+
+Other changes
+-------------
+ - [Modularization] Provides abstraction to avoid direct usages of BuildConfig ([#6406](https://github.com/vector-im/element-android/issues/6406))
+ - Refactors SpaceStateHandler (previously AppStateHandler) and adds unit tests for it ([#6598](https://github.com/vector-im/element-android/issues/6598))
+ - Setup Danger to the project ([#6637](https://github.com/vector-im/element-android/issues/6637))
+ - [Location Share] Open maximized map on tapping on live sharing notification ([#6642](https://github.com/vector-im/element-android/issues/6642))
+ - [Location sharing] Align naming of components for live location feature ([#6647](https://github.com/vector-im/element-android/issues/6647))
+ - [Location share] Update minimum sending period to 5 seconds for a live ([#6653](https://github.com/vector-im/element-android/issues/6653))
+ - [Location sharing] - Fix the memory leaks ([#6674](https://github.com/vector-im/element-android/issues/6674))
+ - [Timeline] Memory leak in audio message playback tracker ([#6678](https://github.com/vector-im/element-android/issues/6678))
+ - [FTUE] Memory leak on FtueAuthSplashCarouselFragment ([#6680](https://github.com/vector-im/element-android/issues/6680))
+ - Link directly to DCO docs from danger message. ([#6739](https://github.com/vector-im/element-android/issues/6739))
+
+
 Changes in Element v1.4.31 (2022-08-01)
 =======================================
 
diff --git a/changelog.d/6406.misc b/changelog.d/6406.misc
deleted file mode 100644
index 27cf3c6493..0000000000
--- a/changelog.d/6406.misc
+++ /dev/null
@@ -1 +0,0 @@
-[Modularization] Provides abstraction to avoids direct usages of BuildConfig
diff --git a/changelog.d/6598.misc b/changelog.d/6598.misc
deleted file mode 100644
index db65a30bdc..0000000000
--- a/changelog.d/6598.misc
+++ /dev/null
@@ -1 +0,0 @@
-Refactors SpaceStateHandler (previously AppStateHandler) and adds unit tests for it
diff --git a/changelog.d/6637.misc b/changelog.d/6637.misc
deleted file mode 100644
index 7fc5ffad98..0000000000
--- a/changelog.d/6637.misc
+++ /dev/null
@@ -1 +0,0 @@
-Setup Danger to the project
diff --git a/changelog.d/6642.misc b/changelog.d/6642.misc
deleted file mode 100644
index a32b20716a..0000000000
--- a/changelog.d/6642.misc
+++ /dev/null
@@ -1 +0,0 @@
-[Location Share] Open maximized map on tapping on live sharing notification
diff --git a/changelog.d/6647.misc b/changelog.d/6647.misc
deleted file mode 100644
index e183cac57a..0000000000
--- a/changelog.d/6647.misc
+++ /dev/null
@@ -1 +0,0 @@
-[Location sharing] Align naming of components for live location feature
diff --git a/changelog.d/6653.misc b/changelog.d/6653.misc
deleted file mode 100644
index 1b5be1b83f..0000000000
--- a/changelog.d/6653.misc
+++ /dev/null
@@ -1 +0,0 @@
-[Location share] Update minimum sending period to 5 seconds for a live
diff --git a/changelog.d/6655.feature b/changelog.d/6655.feature
deleted file mode 100644
index 13a4c6d572..0000000000
--- a/changelog.d/6655.feature
+++ /dev/null
@@ -1 +0,0 @@
-Adds new app layout toolbar (feature flagged)
diff --git a/changelog.d/6674.misc b/changelog.d/6674.misc
deleted file mode 100644
index 830d528e27..0000000000
--- a/changelog.d/6674.misc
+++ /dev/null
@@ -1 +0,0 @@
-[Location sharing] - Fix the memory leaks
diff --git a/changelog.d/6678.misc b/changelog.d/6678.misc
deleted file mode 100644
index a7a53257d8..0000000000
--- a/changelog.d/6678.misc
+++ /dev/null
@@ -1 +0,0 @@
-[Timeline] Memory leak in audio message playback tracker
diff --git a/changelog.d/6680.misc b/changelog.d/6680.misc
deleted file mode 100644
index f42160fbba..0000000000
--- a/changelog.d/6680.misc
+++ /dev/null
@@ -1 +0,0 @@
-[FTUE] Memory leak on FtueAuthSplashCarouselFragment
diff --git a/changelog.d/6687.bugfix b/changelog.d/6687.bugfix
deleted file mode 100644
index 9b92efdffe..0000000000
--- a/changelog.d/6687.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-[Location sharing] Invisible text on map symbol
diff --git a/changelog.d/6706.bugfix b/changelog.d/6706.bugfix
deleted file mode 100644
index 51d5248374..0000000000
--- a/changelog.d/6706.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix message content sometimes appearing in the log
diff --git a/changelog.d/6711.feature b/changelog.d/6711.feature
deleted file mode 100644
index cff718affd..0000000000
--- a/changelog.d/6711.feature
+++ /dev/null
@@ -1 +0,0 @@
-[Location Share] Render fallback UI when map fails to load
diff --git a/changelog.d/6713.bugfix b/changelog.d/6713.bugfix
deleted file mode 100644
index 6a9926aa13..0000000000
--- a/changelog.d/6713.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Disable 'Enable biometrics' option if there are not biometric authenticators enrolled.
diff --git a/changelog.d/6735.bugfix b/changelog.d/6735.bugfix
deleted file mode 100644
index 814bf3f47c..0000000000
--- a/changelog.d/6735.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fixes crash when entering non ascii characters during account creation
diff --git a/changelog.d/6737.bugfix b/changelog.d/6737.bugfix
deleted file mode 100644
index 6568e9ff31..0000000000
--- a/changelog.d/6737.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fixes onboarding login/account creation errors showing after navigation
diff --git a/changelog.d/6739.misc b/changelog.d/6739.misc
deleted file mode 100644
index 5e5de00831..0000000000
--- a/changelog.d/6739.misc
+++ /dev/null
@@ -1 +0,0 @@
-Link directly to DCO docs from danger message.
diff --git a/changelog.d/6768.bugfix b/changelog.d/6768.bugfix
deleted file mode 100644
index 764386132b..0000000000
--- a/changelog.d/6768.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix crash when biometric key is used when coming back to foreground and KeyStore reports that the device is still locked.
diff --git a/changelog.d/6769.bugfix b/changelog.d/6769.bugfix
deleted file mode 100644
index 5d65bff449..0000000000
--- a/changelog.d/6769.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Catch all exceptions on lockscreen system key migrations.
diff --git a/fastlane/metadata/android/en-US/changelogs/40104320.txt b/fastlane/metadata/android/en-US/changelogs/40104320.txt
new file mode 100644
index 0000000000..61db61727a
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/40104320.txt
@@ -0,0 +1,2 @@
+Main changes in this version: Various bug fixes and stability improvements.
+Full changelog: https://github.com/vector-im/element-android/releases