summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md10
-rw-r--r--changelog/fr/changelog_2023-01-25.md10
-rw-r--r--ishtar_common/version.py4
3 files changed, 22 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 678bc427e..23c0f26e5 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,13 @@
+v4.1.24 - 2024-09-11
+--------------------
+
+### Features/improvements ###
+- criteria searches: add missing criteria for operation, find and context records (#6020)
+- context records bulk update: add fields
+
+### Bug fixes ###
+- sheet context record: fix bad conditional evaluation for the interpretation tab
+
v4.1.23 - 2024-09-10
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 1e4b9c1c3..ac353b2cc 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,13 @@
+v4.1.24 - 2024-09-11
+--------------------
+
+### Fonctionnalités/améliorations ###
+- recherche par critères : ajout de champs manquants pour opération, mobilier et unité d'enregistrement (#6020)
+- mise à jour par lot d'unité d'enregistrements : ajout de champs
+
+### Corrections de bugs ###
+- notice unité d'enregistrement : correction d'une mauvaise condition d'affichage pour l'onglet interprétation
+
v4.1.23 - 2024-09-10
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index a7445c9f4..a63f42061 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.1.23
-VERSION = (4, 1, 23)
+# 4.1.24
+VERSION = (4, 1, 24)
def get_version():