diff --git a/docs/changelog.md b/docs/changelog.md index fadb5e39..34a961fd 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,7 +2,7 @@
-#### Unreleased (2024-07-xx) +#### 2.0.6 (2024-07-12) - Ajout d'une fonctionnalité permettant d'afficher la moyenne, la médiane et la population sur l'histogramme affiché sur la carte pour les représentations choroplèthes. diff --git a/docs/en/changelog.md b/docs/en/changelog.md index 783f2b4e..0da88212 100644 --- a/docs/en/changelog.md +++ b/docs/en/changelog.md @@ -2,7 +2,7 @@
-#### Unreleased (2024-07-xx) +#### 2.0.6 (2024-07-12) - Add functionality to display the mean, median and population on the histogram displayed on the map for choropleth representations. diff --git a/package-lock.json b/package-lock.json index 7a1f7c57..90efb5c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magrit", - "version": "2.0.5", + "version": "2.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "magrit", - "version": "2.0.5", + "version": "2.0.6", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index 4ded0797..f6e56bcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magrit", - "version": "2.0.5", + "version": "2.0.6", "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",