diff --git a/docs/changelog.md b/docs/changelog.md
index c4c08f5c..c1fbc9e0 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -2,6 +2,12 @@
+#### 2.0.14 (2024-09-25)
+
+- Corrige le tri manuel des catégories pour les cartes choroplèthe catégorielles et de pictogrammes lorsque le jeu de données contient des valeurs nulles ou vides.
+
+- Améliore le tri initial des catégories pour les cartes choroplèthe catégorielles et de pictogrammes.
+
#### 2.0.13 (2024-09-23)
- Corrige l'absence de vérification avant d'alerter l'utilisateur.trice à propos d'un type de champ incompatible lors de la création d'une nouvelle colonne.
diff --git a/docs/en/changelog.md b/docs/en/changelog.md
index 354dfeb2..fdeef6ad 100644
--- a/docs/en/changelog.md
+++ b/docs/en/changelog.md
@@ -2,6 +2,12 @@
+#### 2.0.14 (2024-09-25)
+
+- Fix manual category sorting for categorical choropleth and pictogram maps when the dataset contains null or empty values.
+
+- Improves initial category sorting for categorical choropleth and pictogram maps.
+
#### 2.0.13 (2024-09-23)
- Fix the lack of verification before alerting the user to an incompatible field type when creating a new column.
diff --git a/package-lock.json b/package-lock.json
index 5bd31d07..bd75ee73 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "magrit",
- "version": "2.0.13",
+ "version": "2.0.14",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "magrit",
- "version": "2.0.13",
+ "version": "2.0.14",
"hasInstallScript": true,
"license": "GPL-3.0-or-later",
"dependencies": {
diff --git a/package.json b/package.json
index d86fd8b3..c7edfe51 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "magrit",
- "version": "2.0.13",
+ "version": "2.0.14",
"description": "Magrit is a thematic and statistical cartography application that lets you create and export a wide range of static maps.",
"author": {
"name": "Matthieu Viry",