From 8bfe3b3d4c15720dfa4b2ee14bc4af008b8b8622 Mon Sep 17 00:00:00 2001
From: Maximilian Moser <maximilian.moser@tuwien.ac.at>
Date: Wed, 4 Sep 2024 15:22:00 +0200
Subject: [PATCH] Bump version to v2024.2.6

---
 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 9b7386e..fcd9eaa 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,7 +8,7 @@
 Changes
 =======
 
-Version 2024.2 (released 2024-06-24, updated 2024-07-09)
+Version 2024.2 (released 2024-06-24, updated 2024-09-04)
 
 - v12 compat: Chase Invenio-OAuthClient refactoring
 - v12 compat: Chase permission policy changes
@@ -21,6 +21,7 @@ Version 2024.2 (released 2024-06-24, updated 2024-07-09)
 - Allow {user,guest} access requests for new drafts by default
 - Add install extras for search
 - Add `Flask-Minify` as opt-in for minifying HTML responses (without the golang minifiers)
+- Show all accessible drafts in the user's dashboard
 
 
 Version 2024.1 (released 2024-05-22, updated 2024-05-22)
diff --git a/invenio_config_tuw/__init__.py b/invenio_config_tuw/__init__.py
index d1d5921..741bf73 100644
--- a/invenio_config_tuw/__init__.py
+++ b/invenio_config_tuw/__init__.py
@@ -9,6 +9,6 @@
 
 from .ext import InvenioConfigTUW
 
-__version__ = "2024.2.5"
+__version__ = "2024.2.6"
 
 __all__ = ("__version__", "InvenioConfigTUW")
-- 
GitLab