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 3f9464543..b81f7c6a4 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,11 @@
+v4.2.12 - 2025-12-12
+--------------------
+
+### Bug fixes ###
+- treatment container history: fix history on container move (#6532)
+- sheet: fix display when thumbnail is missing (#6523)
+
+
v4.2.11 - 2025-12-05
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index e38aafb74..7f27ec9eb 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,11 @@
+v4.2.12 - 2025-12-12
+--------------------
+
+### Correction de dysfonctionnements ###
+- historique des contenants depuis les traitements : correction de l'historique sur le déplacement de contenants (#6532)
+- fiches : correction de l'affichage lorsque la vignette est manquante (#6523)
+
+
v4.2.11 - 2025-12-05
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 0f325032d..8fcbed825 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.2.11
-VERSION = (4, 2, 11)
+# 4.2.12
+VERSION = (4, 2, 12)
def get_version():