summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md8
-rw-r--r--changelog/fr/changelog_2023-01-25.md6
-rw-r--r--ishtar_common/version.py4
3 files changed, 15 insertions, 3 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index cabfa28fb..f768c624d 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,7 +1,13 @@
+v4.0.75 - 2024-04-16
+--------------------
+
+### Technical ###
+- Find: add index to free text search
+
v4.0.74 - 2024-04-16
--------------------
-### Technique ###
+### Technical ###
- JINJA formula: padding and deduplicate filters
v4.0.73 - 2024-03-19
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index e8e3be7eb..760c35da8 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,9 @@
+v4.0.75 - 2024-04-16
+--------------------
+
+### Technique ###
+- Mobilier : ajout de l'index à la recherche libre
+
v4.0.74 - 2024-04-16
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index a6c9d6d8c..fba52055a 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.0.74
-VERSION = (4, 0, 74)
+# 4.0.75
+VERSION = (4, 0, 75)
def get_version():