diff --git a/docs/changelog.md b/docs/changelog.md
index 2d3fafb8f..71ee52450 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -2,6 +2,16 @@
+#### 2.0.5 (2024-07-10)
+
+- Correction d'un bug avec la méthode de classification de la moyenne et de l'écart-type (lorsque la moyenne est demandée comme limite de classe). Correction en amont dans [mthh/statsbreaks](https://github.com/mthh/statsbreaks).
+
+- Permettre d'afficher la population (*rug plot*) sur le graphique de discrétisation du panneau de discrétisation.
+
+- Améliore la couleur du tracé de la boite à moustache (en particulier lors de l'utilisation du thème sombre) dans le panneau de discrétisation.
+
+- Changement des liens vers l'ancienne version de Magrit dans la documentation.
+
#### 2.0.4 (2024-07-08)
- Corrige la topologie des jeux de données d'exemple NUTS (Corrige partiellement 127)
diff --git a/docs/en/changelog.md b/docs/en/changelog.md
index 2e94546d8..2502810f4 100644
--- a/docs/en/changelog.md
+++ b/docs/en/changelog.md
@@ -2,6 +2,19 @@
+#### 2.0.5 (2024-07-10)
+
+- Fix bug with mean & standard deviation classification method (when the average is requested to be a class limit). Fixed upstream
+ in [mthh/statsbreaks](https://github.com/mthh/statsbreaks).
+
+- Enable displaying population (rug plot) on the classification plot of the classification panel.
+
+- Improves the color of the box plot (especially when using the dark theme) in the classification panel.
+
+- Changed the links to the old version of Magrit in the documentation.
+
+
+
#### 2.0.4 (2024-07-08)
- Fix the topology of NUTS example datasets (partially fixes 127) and associated metadata.
diff --git a/package-lock.json b/package-lock.json
index 0135a9c30..7a1f7c57c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "magrit",
- "version": "2.0.4",
+ "version": "2.0.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "magrit",
- "version": "2.0.4",
+ "version": "2.0.5",
"hasInstallScript": true,
"license": "GPL-3.0-or-later",
"dependencies": {
diff --git a/package.json b/package.json
index d037818e2..4ded07974 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "magrit",
- "version": "2.0.4",
+ "version": "2.0.5",
"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",