summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md7
-rw-r--r--changelog/fr/changelog_2023-01-25.md7
-rw-r--r--ishtar_common/version.py4
3 files changed, 16 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 44b283c4d..1f8c5534f 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,10 @@
+v4.2.2 - 2025-07-18
+-------------------
+
+### Bug fixes ###
+- relations forms between operations and context records: automatic deletion of duplicates, corrections on deletion (#6399)
+
+
v4.2.1 - 2025-06-25
-------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 0afd9ae62..c8bfdb01e 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,10 @@
+v4.2.2 - 2025-07-18
+-------------------
+
+### Correction de dysfonctionnements ###
+- formulaires de relations entres opérations et UE : suppression automatique des doublons, corrections sur la suppression (#6399)
+
+
v4.2.1 - 2025-06-25
-------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 15d27c65a..7b2e9de57 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.2.1
-VERSION = (4, 2, 1)
+# 4.2.2
+VERSION = (4, 2, 2)
def get_version():