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 d4a6e28af..545aa7610 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,10 @@
+v4.0.61 - 2023-10-18
+--------------------
+
+### Bug fixes ###
+- JS: fix calendar localisation (#5642)
+- Custom forms: fix crash when removing fields already filtered (#5643)
+
v4.0.60 - 2023-10-10
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 34d6b01bf..888cec694 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,10 @@
+v4.0.61 - 2023-10-18
+--------------------
+
+### Corrections de dysfonctionnements ###
+- Correction de traduction du composant graphique calendrier (#5642)
+- Formulaires personnalisés : correction de crash lorsque l'on enlève des champs déjà filtrés (#5643)
+
v4.0.60 - 2023-10-10
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index ca85dfe86..933101f33 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.0.60
-VERSION = (4, 0, 60)
+# 4.0.61
+VERSION = (4, 0, 61)
def get_version():