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.md14
-rw-r--r--ishtar_common/version.py4
3 files changed, 30 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 9cd89d806..2a0e198ee 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,17 @@
+v4.2.10 - 2025-12-04
+--------------------
+
+### Features/improvements ###
+- welcome page: add Documents to stats (#6499)
+
+
+### Bug fixes ###
+- hierarchical type: prevent the parent field from being set to itself (#6517)
+- document form: fix displaying of warehouse form from new container form (#6515)
+- fix precise datings label (#6500)
+- search criteria: do not truncate site label on autocomplete (#6501, #6503)
+
+
v4.2.9 - 2025-11-29
-------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index c035cf86f..eee4b3dd9 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,17 @@
+v4.2.10 - 2025-12-04
+--------------------
+
+### Fonctionnalités/améliorations ###
+- page d'accueil : ajout des documents aux décompte (#6499)
+
+
+### Correction de dysfonctionnements ###
+- types hiérarchiques : empêcher le champ parent d'être défini sur lui-même (#6517)
+- formulaire document : correction de l'affichage du formulaire lieu de conservation depuis le formulaire d'ajout de contenant (#6515)
+- formulaires : correction du libellé « précisions sur les datations » (#6500)
+- critères de recherche : ne pas tronquer le nom du site en autocompletion (#6501, #6503)
+
+
v4.2.9 - 2025-11-29
-------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index afdc8b286..064685c8a 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.2.9
-VERSION = (4, 2, 9)
+# 4.2.10
+VERSION = (4, 2, 10)
def get_version():