summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md14
-rw-r--r--changelog/fr/changelog_2023-01-25.md6
-rw-r--r--ishtar_common/version.py4
3 files changed, 21 insertions, 3 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index e55f193f9..67d97d187 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,8 +1,20 @@
+v4.0.79 - 2025-02-10
+--------------------
+
+### Bug fixes ###
+- context record forms: do not crash on fields reordering when some of them are filtered (#6166)
+
+v4.0.78 - 2024-09-15
+--------------------
+
+### Bug fixes ###
+- fix document galery (#6022)
+
v4.0.77 - 2024-06-05
--------------------
### Bug fixes ###
-- hot fix geo forms - no history_creator
+- hot fix geo forms - no `history_creator`
v4.0.76 - 2024-06-05
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index e5d955cc0..de85ac18a 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,9 @@
+v4.0.79 - 2025-02-10
+--------------------
+
+### Corrections de dysfonctionnements ###
+- formulaires : correction de crash lorsque certains filtres sont appliqués (#6166)
+
v4.0.78 - 2024-09-15
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 10e24c80c..497c5bf1e 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.0.78
-VERSION = (4, 0, 78)
+# 4.0.79
+VERSION = (4, 0, 79)
def get_version():