diff --git a/CHANGES.rst b/CHANGES.rst
index 888156ac3563ea4c16ca6f029db87d17d0502a8c..003ee296eee91c53f527cbfe621d15b5bd704a9a 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 526ebdee3012c185f84b74b4254998c8d696c07e..b3604e0892839046c75900994dac24e19f4de475 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")