diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 10e7ecd0e..a811314f4 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,14 @@
Version history
===============
+4.1.4 (2023-11-19)
+==================
+* Fix regression in MicroPython package installation, #2979
+* Add better error message for externally managed environments, #3009
+* Fix package installation in remote virtual environments
+* Update Raspberry Pi detection
+* Silence "bad-option-value"-s given by Pylint 3
+
4.1.3 (2023-09-28)
==================
* Fix first run crash on macOS (#2860)
diff --git a/packaging/linux/org.thonny.Thonny.appdata.xml b/packaging/linux/org.thonny.Thonny.appdata.xml
index f75c20b69..8f7ff4303 100644
--- a/packaging/linux/org.thonny.Thonny.appdata.xml
+++ b/packaging/linux/org.thonny.Thonny.appdata.xml
@@ -44,6 +44,13 @@
+
+
+
+ Bug-fix release.
+
+
+
diff --git a/thonny/VERSION b/thonny/VERSION
index 8c7fafd36..9d086c6df 100644
--- a/thonny/VERSION
+++ b/thonny/VERSION
@@ -1 +1 @@
-4.1.3
\ No newline at end of file
+4.1.4
\ No newline at end of file