diff --git a/ChangeLog.md b/ChangeLog.md
index d8f721e3..572acd67 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -27,6 +27,12 @@ produce the Windows executables and installer.
 
 ---
 
+Release 5.3.2
+===
+
+This release contains one change to cope with how Frontier decided to name
+the Journal files differently in the Update 11 Odyssey client.
+
 Release 5.3.1
 ===
 
diff --git a/config/__init__.py b/config/__init__.py
index 5d9cac1b..2e8b044d 100644
--- a/config/__init__.py
+++ b/config/__init__.py
@@ -52,7 +52,7 @@ appcmdname = 'EDMC'
 # <https://semver.org/#semantic-versioning-specification-semver>
 # Major.Minor.Patch(-prerelease)(+buildmetadata)
 # NB: Do *not* import this, use the functions appversion() and appversion_nobuild()
-_static_appversion = '5.3.2-beta0'
+_static_appversion = '5.3.2'
 _cached_version: Optional[semantic_version.Version] = None
 copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD'