summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md13
-rw-r--r--changelog/fr/changelog_2025-06-19.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 85c9d7bb5..f47ad56ad 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,16 @@
+v4.3.54 - 2025-08-11
+--------------------
+
+### Features/improvements ###
+- templates:
+ - add slug to types (#6367)
+ - get a text file when VALUES is used
+
+
+### Bug fixes ###
+- searches: fix exact date searches for datetime fields (#6411)
+
+
v4.3.53 - 2025-07-31
--------------------
diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md
index 64c71f689..d37efb2f0 100644
--- a/changelog/fr/changelog_2025-06-19.md
+++ b/changelog/fr/changelog_2025-06-19.md
@@ -1,3 +1,16 @@
+v4.3.54 - 2025-08-11
+--------------------
+
+### Fonctionnalités/améliorations ###
+- patrons de document :
+ - ajout des identifiants textuels aux types (#6367)
+ - renvoi d'un fichier texte quand VALUES est utilisé
+
+
+### Correction de dysfonctionnements ###
+- recherche : correction des recherches de dates exactes pour les champs de type date/horaire (#6411)
+
+
v4.3.53 - 2025-07-31
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index a08211f88..624ae895b 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.53
-VERSION = (4, 3, 53)
+# 4.3.54
+VERSION = (4, 3, 54)
def get_version():