From 9f3553ec8b763a4fb37139a7ed30a6dc8befdbe3 Mon Sep 17 00:00:00 2001
From: Philipp Rohde <Philipp.Rohde@tib.eu>
Date: Fri, 12 Apr 2024 11:46:20 +0200
Subject: [PATCH] release of v0.15.4

---
 CHANGELOG.md            | 5 +++++
 DeTrusty/__version__.py | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 780d6e9..c84572b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# v0.15.4 - 12 Apr 2024
+- Add more functions to the Config class in order to avoid direct access of its attributes
+- Move version information inside the package
+- Add favicon to pages served when running DeTrusty as a service
+
 # v0.15.3 - 05 Apr 2024
 - Complete the string representation of a query to also include GROUP BY, HAVING, ORDER BY, LIMIT, and OFFSET
 - Fix variable check for GROUP BY and ORDER BY
diff --git a/DeTrusty/__version__.py b/DeTrusty/__version__.py
index 090480d..d2a3165 100644
--- a/DeTrusty/__version__.py
+++ b/DeTrusty/__version__.py
@@ -1 +1 @@
-__version__ = '0.15.3'
+__version__ = '0.15.4'