From b25d6815c67faa33eae9afbce8a2d1ad38752816 Mon Sep 17 00:00:00 2001
From: Maximilian Moser <maximilian.moser@tuwien.ac.at>
Date: Fri, 8 Sep 2023 11:23:33 +0200
Subject: [PATCH] Bump version to v2023.2.9

---
 CHANGES.rst                    | 3 ++-
 invenio_config_tuw/__init__.py | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index 888156a..003ee29 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,7 +8,7 @@
 Changes
 =======
 
-Version 2023.2 (released 2023-04-24, updated 2023-08-23)
+Version 2023.2 (released 2023-04-24, updated 2023-09-08)
 
 
 - v11 compat: Update permission policies and disable archive download
@@ -18,6 +18,7 @@ Version 2023.2 (released 2023-04-24, updated 2023-08-23)
 - Prevent the logging formatter from blowing up outside of a request context
 - Add utilities and a celery task for updating the `names` vocabulary with information from TISS
 - Enable sending of registration mails
+- Allow edits to owners of published records even if they only have `trusted-user` role
 
 
 Version 2023.1 (released 2023-01-13)
diff --git a/invenio_config_tuw/__init__.py b/invenio_config_tuw/__init__.py
index 526ebde..b3604e0 100644
--- a/invenio_config_tuw/__init__.py
+++ b/invenio_config_tuw/__init__.py
@@ -9,6 +9,6 @@
 
 from .ext import InvenioConfigTUW
 
-__version__ = "2023.2.8"
+__version__ = "2023.2.9"
 
 __all__ = ("__version__", "InvenioConfigTUW")
-- 
GitLab