diff --git a/CHANGELOG.md b/CHANGELOG.md
index edd2a30d981cbd783ba49430f34b736b0755d215..b06d7bec10a6743a68461df5ef17686f99b9ee69 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
 
 ## [Current]
 
+## [1.5]
+
 ### Added
 
 - autogobble option for `listings`, which automaticly determins the indentation width and gooble it up, removing the need to put `gobble=n` manually
diff --git a/HsH-classes.dtx b/HsH-classes.dtx
index 2de0aa39abd9ebf90041a5213aa3f8d10b83d840..d24a999f53e33a932720a0ed256322476aee366b 100644
--- a/HsH-classes.dtx
+++ b/HsH-classes.dtx
@@ -16,13 +16,13 @@
 % \fi
 %
 %<*article|report|standalone>
-\typeout{Adapted from KOMA script for use in Hochschule Hannover <2022-03-28> Jan Wille}
+\typeout{Adapted from KOMA script for use in Hochschule Hannover <2023-08-03> Jan Wille}
 \NeedsTeXFormat{LaTeX2e}
 %
 %<article>\newcommand{\myClassName}{HsH-article}
 %<report>\newcommand{\myClassName}{HsH-report}
 %<standalone>\newcommand{\myClassName}{HsH-standalone}
-\ProvidesClass{\myClassName}[2022/03/28 v1.4 HsH-Class based on KOMA]
+\ProvidesClass{\myClassName}[2023/08/03 v1.5 HsH-Class based on KOMA]
 
 %% commands for HsH-logo
 \newcommand{\HsHlogoPath}{HSH-Logo.pdf}
diff --git a/src/HsH-article.cls b/src/HsH-article.cls
index 4700e5dc5fae5933e8234d953254d6ff5fb796d4..3dce6a6b3059d9bc278ef2c3719b7a49350290e4 100644
--- a/src/HsH-article.cls
+++ b/src/HsH-article.cls
@@ -20,10 +20,10 @@
 %% and version 1.3 or later is part of all distributions of LaTeX version
 %% 2021/01/01 or later.
 %% 
-\typeout{Adapted from KOMA script for use in Hochschule Hannover <2022-03-28> Jan Wille}
+\typeout{Adapted from KOMA script for use in Hochschule Hannover <2023-08-03> Jan Wille}
 \NeedsTeXFormat{LaTeX2e}
 \newcommand{\myClassName}{HsH-article}
-\ProvidesClass{\myClassName}[2022/03/28 v1.4 HsH-Class based on KOMA]
+\ProvidesClass{\myClassName}[2023/08/03 v1.5 HsH-Class based on KOMA]
 
 %% commands for HsH-logo
 \newcommand{\HsHlogoPath}{HSH-Logo.pdf}
diff --git a/src/HsH-report.cls b/src/HsH-report.cls
index cd493901e7f56615e07c771fa7819d6456100386..e884c4abdf1c91915e7679e0e1b16435727d948a 100644
--- a/src/HsH-report.cls
+++ b/src/HsH-report.cls
@@ -20,10 +20,10 @@
 %% and version 1.3 or later is part of all distributions of LaTeX version
 %% 2021/01/01 or later.
 %% 
-\typeout{Adapted from KOMA script for use in Hochschule Hannover <2022-03-28> Jan Wille}
+\typeout{Adapted from KOMA script for use in Hochschule Hannover <2023-08-03> Jan Wille}
 \NeedsTeXFormat{LaTeX2e}
 \newcommand{\myClassName}{HsH-report}
-\ProvidesClass{\myClassName}[2022/03/28 v1.4 HsH-Class based on KOMA]
+\ProvidesClass{\myClassName}[2023/08/03 v1.5 HsH-Class based on KOMA]
 
 %% commands for HsH-logo
 \newcommand{\HsHlogoPath}{HSH-Logo.pdf}
diff --git a/src/HsH-standalone.cls b/src/HsH-standalone.cls
index 1bdde11ad66ca79e99d082ea439c0ea1cb5356fb..3adce86c7da81f4a8427ba057d5aeb20b18b1526 100644
--- a/src/HsH-standalone.cls
+++ b/src/HsH-standalone.cls
@@ -20,10 +20,10 @@
 %% and version 1.3 or later is part of all distributions of LaTeX version
 %% 2021/01/01 or later.
 %% 
-\typeout{Adapted from KOMA script for use in Hochschule Hannover <2022-03-28> Jan Wille}
+\typeout{Adapted from KOMA script for use in Hochschule Hannover <2023-08-03> Jan Wille}
 \NeedsTeXFormat{LaTeX2e}
 \newcommand{\myClassName}{HsH-standalone}
-\ProvidesClass{\myClassName}[2022/03/28 v1.4 HsH-Class based on KOMA]
+\ProvidesClass{\myClassName}[2023/08/03 v1.5 HsH-Class based on KOMA]
 
 %% commands for HsH-logo
 \newcommand{\HsHlogoPath}{HSH-Logo.pdf}