diff --git a/CMakeLists.txt b/CMakeLists.txt
index 66e72ce5..11eef019 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@
cmake_minimum_required(VERSION 3.16)
# Configure project
-project(focuswriter VERSION 1.8.9 LANGUAGES CXX)
+project(focuswriter VERSION 1.8.10 LANGUAGES CXX)
set(project_copyright "2008-2025 Graeme Gott")
diff --git a/ChangeLog b/ChangeLog
index f860f188..d8acab7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1.8.10
+------
+* Added support for DICPATH to find dictionaries.
+* Improved code for building translations.
+* Updated Unicode symbols database.
+* Updated Windows dictionaries.
+* Translation updates: Slovenian.
+
1.8.9
-----
* FIXED: Slow loading of themes.
diff --git a/mac_deploy.sh b/mac_deploy.sh
index 4d631c5a..73b7098f 100755
--- a/mac_deploy.sh
+++ b/mac_deploy.sh
@@ -2,7 +2,7 @@
APP='FocusWriter'
BUNDLE="$APP.app"
-VERSION='1.8.9'
+VERSION='1.8.10'
# Locate deployment script
BIN_DIR=$(pwd)
diff --git a/resources/unix/focuswriter.1 b/resources/unix/focuswriter.1
index c8dfd57b..bdd00d53 100644
--- a/resources/unix/focuswriter.1
+++ b/resources/unix/focuswriter.1
@@ -1,4 +1,4 @@
-.TH FOCUSWRITER 1 "October 2024" "FocusWriter 1.8.9" "General Commands Manual"
+.TH FOCUSWRITER 1 "February 2025" "FocusWriter 1.8.10" "General Commands Manual"
.SH "NAME"
focuswriter \- fullscreen word processor
diff --git a/resources/unix/focuswriter.appdata.xml.in b/resources/unix/focuswriter.appdata.xml.in
index 4a2a94b3..7ff3bbfc 100644
--- a/resources/unix/focuswriter.appdata.xml.in
+++ b/resources/unix/focuswriter.appdata.xml.in
@@ -49,6 +49,17 @@
+
+
+
+ - Added support for DICPATH to find dictionaries
+ - Improved code for building translations
+ - Updated Unicode symbols database
+ - Updated Windows dictionaries
+ - Translation updates: Slovenian
+
+
+
diff --git a/resources/windows/installer.nsi b/resources/windows/installer.nsi
index 7fbc9097..ef894216 100644
--- a/resources/windows/installer.nsi
+++ b/resources/windows/installer.nsi
@@ -4,7 +4,7 @@
!define APPNAME "FocusWriter"
!define VERSIONMAJOR 1
!define VERSIONMINOR 8
-!define VERSIONPATCH 9
+!define VERSIONPATCH 10
!define APPVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONPATCH}"
!define ABOUTURL "https://gottcode.org/focuswriter/"
diff --git a/windows_deploy.bat b/windows_deploy.bat
index cdfb8b40..e72835c9 100644
--- a/windows_deploy.bat
+++ b/windows_deploy.bat
@@ -4,7 +4,7 @@
SET SRCDIR=..\focuswriter
SET APP=FocusWriter
-SET VERSION=1.8.9
+SET VERSION=1.8.10
ECHO Copying executable
MKDIR %SRCDIR%\%APP%