diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4136e974..169409bd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@
cmake_minimum_required(VERSION 3.16)
# Configure project
-project(focuswriter VERSION 1.8.1 LANGUAGES CXX)
+project(focuswriter VERSION 1.8.2 LANGUAGES CXX)
set(project_copyright "2008-2022 Graeme Gott")
diff --git a/ChangeLog b/ChangeLog
index 88d7aa96..d5b81f70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+1.8.2
+-----
+* FIXED: Could not change language in portable mode.
+* FIXED: Crashed during paste from context menu.
+* FIXED: First line indent was lost on empty paragraphs.
+* Always write RTF as Latin1.
+* Replaced ICU with iconv.
+* Improved Linux deployment.
+* Translation updates: German, Korean, Portuguese (Brazil), Russian, Swedish.
+
1.8.1
-----
* Always write plain text as UTF-8.
diff --git a/mac_deploy.sh b/mac_deploy.sh
index 1d1d9e17..c00680b7 100755
--- a/mac_deploy.sh
+++ b/mac_deploy.sh
@@ -2,7 +2,7 @@
APP='FocusWriter'
BUNDLE="$APP.app"
-VERSION='1.8.1'
+VERSION='1.8.2'
# Locate deployment script
BIN_DIR=$(pwd)
diff --git a/resources/unix/focuswriter.appdata.xml b/resources/unix/focuswriter.appdata.xml
index 4242e850..1e7a52a6 100644
--- a/resources/unix/focuswriter.appdata.xml
+++ b/resources/unix/focuswriter.appdata.xml
@@ -231,6 +231,19 @@
+
+
+
+ - FIXED: Could not change language in portable mode
+ - FIXED: Crashed during paste from context menu
+ - FIXED: First line indent was lost on empty paragraphs
+ - Always write RTF as Latin1
+ - Replaced ICU with iconv
+ - Improved Linux deployment
+ - Translation updates: German, Korean, Portuguese (Brazil), Russian, Swedish
+
+
+
diff --git a/resources/windows/installer.nsi b/resources/windows/installer.nsi
index ceda9b65..c2320485 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 1
+!define VERSIONPATCH 2
!define APPVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONPATCH}"
!define ABOUTURL "https://gottcode.org/focuswriter/"
diff --git a/windows_deploy.bat b/windows_deploy.bat
index ae29fdc8..8196f9d0 100644
--- a/windows_deploy.bat
+++ b/windows_deploy.bat
@@ -4,7 +4,7 @@
SET SRCDIR=..\focuswriter
SET APP=FocusWriter
-SET VERSION=1.8.1
+SET VERSION=1.8.2
ECHO Copying executable
MKDIR %SRCDIR%\%APP%