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.md7
-rw-r--r--ishtar_common/version.py4
3 files changed, 17 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 189831e1e..3df8c7a3b 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,11 @@
+v4.3.6 - 2024-11-20
+-------------------
+
+### Bug fixes ###
+- fix actions acces for permissions
+- more explicit message in case of insufficient permissions
+
+
v4.3.5 - 2024-11-17
-------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 75a6e2588..89983facc 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,10 @@
+v4.3.6 - 2024-11-20
+-------------------
+
+### Corrections de bugs ###
+- correction d'accès aux actions pour les permissions
+- message plus explicite en cas de permissions insuffisantes
+
v4.3.5 - 2024-11-17
-------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 4bb771147..8e1b30f72 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.5
-VERSION = (4, 3, 5)
+# 4.3.6
+VERSION = (4, 3, 6)
def get_version():