summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md12
-rw-r--r--changelog/fr/changelog_2023-01-25.md13
-rw-r--r--ishtar_common/version.py4
3 files changed, 27 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 0c282faf6..46d30c20d 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,15 @@
+v4.3.16 - 2025-01-20
+--------------------
+
+### Bug fixes ###
+- permissions:
+ - manage quick add/modify forms (#6101)
+ - permission sheet: fix treatments list (#6124)
+ - add permission for created object to the current user (#6118)
+ - fix `permission_check` for action (#6126)
+- fix import match listing
+- fix generation of `cached_label` for base finds
+
v4.3.15 - 2024-12-13
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 30129a4b4..41cb796a4 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,16 @@
+v4.3.16 - 2025-01-20
+--------------------
+
+### Corrections de bugs ###
+- permissions :
+ - gestion les formulaires d'ajout/modification rapides (#6101)
+ - notice permission : correction des listes de traitements (#6124)
+ - ajout de permission pour l'objet créé par l'utilisateur (#6118)
+ - correction du contrôle de permission pour les actions (#6126)
+- imports : correction de la liste de correspondances
+- correction de la génération des libellés pour le mobilier d'origine
+
+
v4.3.15 - 2024-12-13
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 094d1bc6d..949e4fcbf 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.15
-VERSION = (4, 3, 15)
+# 4.3.16
+VERSION = (4, 3, 16)
def get_version():