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.md8
-rw-r--r--ishtar_common/version.py4
3 files changed, 18 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index c62abb709..b350c0aad 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,11 @@
+v4.2.8 - 2025-10-24
+-------------------
+
+### Bug fixes ###
+- find search - fix context record criteria (#6452)
+- fix regenerate cached label of childs on container move (#6480)
+
+
v4.2.7 - 2025-10-21
-------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index d985ded70..1ada77831 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,11 @@
+v4.2.8 - 2025-10-24
+-------------------
+
+### Correction de dysfonctionnements ###
+- recherche mobilier - correction du critère Unité d'enregistrement (#6452)
+- correction regénération du libellé en cache du mobilier des contenants enfants lors du déplacement du contenant parent (#6480)
+
+
v4.2.7 - 2025-10-21
-------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index ddbfe0b3f..dd298efb7 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.2.7
-VERSION = (4, 2, 7)
+# 4.2.8
+VERSION = (4, 2, 8)
def get_version():