From 87d888e4a6c5bbf52b5206fb6c8e5218f1c562d6 Mon Sep 17 00:00:00 2001
From: Maximilian Moser <maximilian.moser@tuwien.ac.at>
Date: Fri, 26 May 2023 12:06:41 +0200
Subject: [PATCH] Bump version to v2023.2.3

---
 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 0e707e3..b85d3d5 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,11 +8,12 @@
 Changes
 =======
 
-Version 2023.2 (released 2023-04-24, updated 2023-04-27)
+Version 2023.2 (released 2023-04-24, updated 2023-05-26)
 
 - v11 compat: Update permission policies and disable archive download
 - Set affiliation (hard-coded) to TU Wien in `user.profile`
 - Set a default template for the `description` metadata field
+- Add a null check for the current_user in the logging formatter
 
 
 Version 2023.1 (released 2023-01-13)
diff --git a/invenio_config_tuw/__init__.py b/invenio_config_tuw/__init__.py
index 9c5e24a..de80653 100644
--- a/invenio_config_tuw/__init__.py
+++ b/invenio_config_tuw/__init__.py
@@ -9,6 +9,6 @@
 
 from .ext import InvenioConfigTUW
 
-__version__ = "2023.2.2"
+__version__ = "2023.2.3"
 
 __all__ = ("__version__", "InvenioConfigTUW")
-- 
GitLab