diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b093e648..3ee9c8474 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog
+## [3.2.5](https://github.com/AntiMicroX/antimicrox/tree/3.2.5) (2022-07-18)
+
+[Full Changelog](https://github.com/AntiMicroX/antimicrox/compare/3.2.4...3.2.5)
+
+Test release containing changes implementing motion sensor support.
+
+**Implemented enhancements:**
+
+- Implement motion sensor support. [\#416](https://github.com/AntiMicroX/antimicrox/pull/416) (by [mmmaisel](https://github.com/mmmaisel))
+- Allow storing calibration for multiple controllers in a profile [\#460](https://github.com/AntiMicroX/antimicrox/pull/460) (by [mmmaisel](https://github.com/mmmaisel))
+
+**Fixed bugs:**
+
+- Crash on close after copying set. [\#454](https://github.com/AntiMicroX/antimicrox/issues/454) (by [mmmaisel](https://github.com/mmmaisel))
+
+**Notable changes:**
+
+- Remove unused "Game Controller Mapping" button.
+
## [3.2.4](https://github.com/AntiMicroX/antimicrox/tree/3.2.4) (2022-06-11)
[Full Changelog](https://github.com/AntiMicroX/antimicrox/compare/3.2.3...3.2.4)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b87c5b590..3ff0d362b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -56,7 +56,7 @@ endif(COMPILER_SUPPORTS_CXX11)
# The version number.
set(ANTIMICROX_MAJOR_VERSION 3)
set(ANTIMICROX_MINOR_VERSION 2)
-set(ANTIMICROX_PATCH_VERSION 4)
+set(ANTIMICROX_PATCH_VERSION 5)
if(UNIX)
option(WITH_X11 "Compile with support for X11." ON)
diff --git a/other/appdata/io.github.antimicrox.antimicrox.appdata.xml.in b/other/appdata/io.github.antimicrox.antimicrox.appdata.xml.in
index 9fe02098f..8b538969c 100644
--- a/other/appdata/io.github.antimicrox.antimicrox.appdata.xml.in
+++ b/other/appdata/io.github.antimicrox.antimicrox.appdata.xml.in
@@ -35,6 +35,7 @@
https://github.com/AntiMicroX/antimicrox/
io.github.antimicrox.antimicrox.desktop
+