diff --git a/docs/changelog.md b/docs/changelog.md
index e37f2078..9431ae2a 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -2,7 +2,18 @@
-#### 2.0.20 (unreleased)
+::: tip Note
+
+Magrit ne suit pas strictement les règles du *semantic versioning* (versionnement sémantique - sous la forme *majeur*.*mineur*.*patch*) mais se concentre sur les changements directement visibles pour les utilisateur.trice.s de l'application :
+
+- une version *majeure* (**a**.b.c) pour chaque refonte majeure de l'application (entrainant par exemple une incompatibilité des fichiers-projets - cela n'est arrivé qu'une seule fois depuis 2017),
+- une version *mineure* (a.**b**.c) pour les ajouts significatifs (nouvelle fonctionnalité de représentation ou d'analyse, etc.),
+- une version *patch* (a.b.**c**) pour les corrections de bugs et les ajouts de fonctionnalités mineures (ajout d'une option au sein d'une fonctionnalité de représentation ou d'analyse existante, etc.).
+
+:::
+
+
+#### 2.1.0 (2024-11-15)
- Ajout d'un nouveau type de représentation : "Carte en gaufres" (Corrige 132).
@@ -12,6 +23,7 @@
- Correction des boutons dans le composant FormulaInput lorsque le nom du champ est aussi un nom de fonction sql (comme `count` ou `sum`).
+- Mise à jour de la FAQ dans la documentation.
#### 2.0.19 (2024-10-22)
diff --git a/docs/en/changelog.md b/docs/en/changelog.md
index 5c85779c..7fe11b04 100644
--- a/docs/en/changelog.md
+++ b/docs/en/changelog.md
@@ -2,7 +2,18 @@
-#### 2.0.20 (unreleased)
+::: tip Note
+
+Magrit does not strictly follow the rules of *semantic versioning* (in the form *major*.*minor*.*patch*), but focuses on changes that are directly visible to application users:
+
+- a *major* version (**a**.b.c) for each major redesign of the application (involving, for example, incompatible project files - this has only happened once since 2017),
+- a *minor* version (a.**b**.c) for significant additions (new representation functionality, etc.),
+- a *patch* version (a.b.**c**) for bug fixes and additions of minor functionalities (addition of an option within an existing representation or analysis functionality, etc.).
+
+:::
+
+
+#### 2.1.0 (2024-11-15)
- Add a new portrayal type: "Waffle map" (Fixes 132).
@@ -12,6 +23,7 @@
- Fix buttons in FormulaInput component when the field name is also a sql function name (such as `count` or `sum`).
+- Update FAQ in documentation.
#### 2.0.19 (2024-10-22)
diff --git a/package-lock.json b/package-lock.json
index 22e9298f..ddd34482 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "magrit",
- "version": "2.0.19",
+ "version": "2.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "magrit",
- "version": "2.0.19",
+ "version": "2.1.0",
"hasInstallScript": true,
"license": "GPL-3.0-or-later",
"dependencies": {
diff --git a/package.json b/package.json
index 9a38897d..ee9657ab 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "magrit",
- "version": "2.0.19",
+ "version": "2.1.0",
"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",