summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md13
-rw-r--r--changelog/fr/changelog_2023-01-25.md13
-rw-r--r--ishtar_common/version.py4
3 files changed, 28 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index ccabadf32..224f8fd3d 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,16 @@
+v4.3.11 - 2024-11-28
+--------------------
+
+### Features/improvements ###
+- site profile: ability to set default localisation for treatments
+
+### Technical ###
+- add profile slug to default wizard context
+
+### Bug fixes ###
+- fix file template when no filter is provided
+
+
v4.3.10 - 2024-11-25
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 570c0fc4d..35f17b211 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,16 @@
+v4.3.11 - 2024-11-28
+--------------------
+
+### Fonctionnalités/améliorations ###
+- profil du site : possibilité de définir la localisation par défaut des traitements
+
+### Technique ###
+- ajout du nom du profil au contexte par défaut de l'assistant
+
+### Corrections de bugs ###
+- correction du modèle des dossiers lorsqu'aucun filtre n'est fourni
+
+
v4.3.10 - 2024-11-25
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index ace7af7f6..c4409b809 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.10
-VERSION = (4, 3, 10)
+# 4.3.11
+VERSION = (4, 3, 11)
def get_version():