diff --git a/docs/changelog.md b/docs/changelog.md
index 40827b26..ba18e0b2 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -2,6 +2,14 @@
+#### 2.0.8 (2024-08-27)
+
+- Correction de la valeur affichée pour les barres d'échelles (Corrige 137).
+
+- Ajout d'une fonctionnalité permettant de recharger directement un fichier projet à partir d'une URL distance (voir documentation pour plus de détails).
+
+- Déactive le bouton pour ouvrir la fenêtre d'import tant que GDAL n'a pas fini de charger.
+
#### 2.0.7 (2024-07-31)
- Réintroduction de la publication d'une image sur le Docker Hub à chaque nouvelle version.
diff --git a/docs/en/changelog.md b/docs/en/changelog.md
index 1cbb3052..bb1b1ddc 100644
--- a/docs/en/changelog.md
+++ b/docs/en/changelog.md
@@ -2,6 +2,14 @@
+#### 2.0.8 (2024-08-27)
+
+- Corrected the value displayed for scale bars (Fixes 137).
+
+- Add functionality to directly reload a project file from a remote URL (see documentation for details).
+
+- Disable the button to open the import window until GDAL has finished loading.
+
#### 2.0.7 (2024-07-31)
- Reintroduce the publishing of an image on the Docker Hub with each new release.
diff --git a/package-lock.json b/package-lock.json
index af7a7e0d..835864ef 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "magrit",
- "version": "2.0.7",
+ "version": "2.0.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "magrit",
- "version": "2.0.7",
+ "version": "2.0.8",
"hasInstallScript": true,
"license": "GPL-3.0-or-later",
"dependencies": {
@@ -16098,9 +16098,9 @@
"integrity": "sha512-awNbTOqCxK1DBGjalK3xqWIstBZgN6fxsMSiXLs9/spqWkF2pAhb2rrYCFSsr1/tT7PhcDGjZndG8SWYn0byYA=="
},
"node_modules/micromatch": {
- "version": "4.0.7",
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz",
- "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==",
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
"dev": true,
"dependencies": {
"braces": "^3.0.3",
diff --git a/package.json b/package.json
index 39c5d3f7..7347c0fd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "magrit",
- "version": "2.0.7",
+ "version": "2.0.8",
"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",