diff --git a/.changes/0.24.1.md b/.changes/0.24.1.md
new file mode 100644
index 000000000..c2401fbde
--- /dev/null
+++ b/.changes/0.24.1.md
@@ -0,0 +1,11 @@
+## 0.24.1 - 2022-12-13
+
+### Fixed
+
+- Fix Chinese translation looking wrong because of missing glyphs in the font (#297).
+
+- On devices with a screen ratio different from 16:9 the vehicle selection screen was stretched and made the buttons non responsive (#296).
+
+- Fixed a bug in the rescue copter mechanism: on the River track, after being dropped by the rescue copter on the bridge, the rescued vehicle would sometimes go through the bridge wall and fall on the other side (#302).
+
+- On the River track, fixed wrong river edge tiles on the right side of the map.
diff --git a/.changes/unreleased/Fixed-20221207-091927.yaml b/.changes/unreleased/Fixed-20221207-091927.yaml
deleted file mode 100644
index a9a20be33..000000000
--- a/.changes/unreleased/Fixed-20221207-091927.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-kind: Fixed
-body: Fix Chinese translation looking wrong because of missing glyphs in the font
- (#297).
-time: 2022-12-07T09:19:27.190211512+01:00
diff --git a/.changes/unreleased/Fixed-20221211-104937.yaml b/.changes/unreleased/Fixed-20221211-104937.yaml
deleted file mode 100644
index d0ad76527..000000000
--- a/.changes/unreleased/Fixed-20221211-104937.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-kind: Fixed
-body: On devices with a screen ratio different from 16:9 the vehicle selection screen
- was stretched and made the buttons non responsive (#296).
-time: 2022-12-11T10:49:37.160736281+01:00
diff --git a/.changes/unreleased/Fixed-20221212-190409.yaml b/.changes/unreleased/Fixed-20221212-190409.yaml
deleted file mode 100644
index 3d1f9f932..000000000
--- a/.changes/unreleased/Fixed-20221212-190409.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-kind: Fixed
-body: Fixed a bug in the rescue copter mechanism: on the River track, after being dropped by the rescue copter on the bridge, the rescued vehicle would sometimes go through the bridge wall and fall on the other side (#302).
-time: 2022-12-12T19:04:09.278392894+01:00
diff --git a/.changes/unreleased/Fixed-20221212-191115.yaml b/.changes/unreleased/Fixed-20221212-191115.yaml
deleted file mode 100644
index 6cc4b6bca..000000000
--- a/.changes/unreleased/Fixed-20221212-191115.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-kind: Fixed
-body: On the River track, fixed wrong river edge tiles on the right side of the map.
-time: 2022-12-12T19:11:15.121959222+01:00
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53e920053..281d5b490 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## 0.24.1 - 2022-12-13
+
+### Fixed
+
+- Fix Chinese translation looking wrong because of missing glyphs in the font (#297).
+
+- On devices with a screen ratio different from 16:9 the vehicle selection screen was stretched and made the buttons non responsive (#296).
+
+- Fixed a bug in the rescue copter mechanism: on the River track, after being dropped by the rescue copter on the bridge, the rescued vehicle would sometimes go through the bridge wall and fall on the other side (#302).
+
+- On the River track, fixed wrong river edge tiles on the right side of the map.
+
## 0.24.0 - 2022-11-22
### Added
@@ -14,7 +26,7 @@
### Changed
-- The way vehicles are drawn have been improved: vehicle shadows now include shadow for the tires, and when a vehicle goes underwater, its wheels are still drawn.
+- The way vehicles are drawn has been improved: vehicle shadows now include shadow for the tires, and when a vehicle goes underwater, its wheels are still drawn.
- Spanish translation received some improvements (Victorhck, #262).
diff --git a/fastlane/metadata/android/en-US/changelogs/26.txt b/fastlane/metadata/android/en-US/changelogs/26.txt
new file mode 100644
index 000000000..33442f56c
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/26.txt
@@ -0,0 +1,5 @@
+Fixed Chinese translation looking wrong because of missing glyphs in the font.
+
+On devices with a screen ratio different from 16:9 the vehicle selection screen was stretched and made the buttons non responsive.
+
+Fixed a bug in the rescue copter mechanism: on the River track, after being dropped by the rescue copter on the bridge, the rescued vehicle would sometimes go through the bridge wall and fall on the other side.
diff --git a/tools/packaging/linux/share/metainfo/com.agateau.PixelWheels.metainfo.xml b/tools/packaging/linux/share/metainfo/com.agateau.PixelWheels.metainfo.xml
index 95c127fd4..2b5916bcd 100644
--- a/tools/packaging/linux/share/metainfo/com.agateau.PixelWheels.metainfo.xml
+++ b/tools/packaging/linux/share/metainfo/com.agateau.PixelWheels.metainfo.xml
@@ -37,6 +37,7 @@
+
diff --git a/version.properties b/version.properties
index 5135a03eb..b69549e17 100644
--- a/version.properties
+++ b/version.properties
@@ -1,3 +1,3 @@
# Careful: this file is read both by Gradle and Make
-VERSION_CODE=25
-VERSION=0.24.0
+VERSION_CODE=26
+VERSION=0.24.1