summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md18
-rw-r--r--changelog/fr/changelog_2023-01-25.md18
-rw-r--r--ishtar_common/version.py4
3 files changed, 38 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index b40868e45..114ad3d5f 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,21 @@
+v4.3.29 - 2025-03-07
+--------------------
+
+### Features/improvements ###
+- imports: "match" button in color (warning)
+
+
+### Bug fixes ###
+- criteria search: fix exact date query for datetime fields (#6206)
+- redirect to sheet ishtaruser after account edition
+
+
+### Technical ###
+- GDPR:
+ - clean command
+ - admin: add person ID to gdpr persons listing
+
+
v4.3.28 - 2025-02-28
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 32ccd858e..65f737373 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,21 @@
+v4.3.29 - 2025-03-07
+--------------------
+
+### Fonctionnalités/améliorations ###
+- imports : bouton « correspondance » en couleur
+
+
+### Corrections de dysfonctionnements ###
+- recherche par critères : correction de la requête de date exacte pour les champs de type date, heure, minute (#6206)
+- redirection vers la fiche compte après l'édition du compte
+
+
+### Technique ###
+- RGPD :
+ - commande de nettoyage
+ - administration : ajout de l'ID de la personne au listing personnes RGPD
+
+
v4.3.28 - 2025-02-28
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 5d4742ac6..06278dcb8 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.28
-VERSION = (4, 3, 28)
+# 4.3.29
+VERSION = (4, 3, 29)
def get_version():