diff --git a/CHANGELOG.md b/CHANGELOG.md
index c0e7cdcf5c53b7cd44ad668457527317f5191c6d..e5842e846def61c196a96a0c68fbdacfd9494e15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
 
 ## [Current]
 
+## [2.1]
+
 ### Breaking
 
 - `\declarationAuthorship` is renamed to `\declarationofauthorship`
diff --git a/HsH-classes.dtx b/HsH-classes.dtx
index 37941f76560156b2917a213e3f67c702011597cf..a00924527d2d14cbb89b7e2cc4867c190778223a 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 <2023-08-11> Jan Wille}
+\typeout{Adapted from KOMA script for use in Hochschule Hannover <2023-08-12> Jan Wille}
 \NeedsTeXFormat{LaTeX2e}
 %
 %<article>\newcommand{\myClassName}{HsH-article}
 %<report>\newcommand{\myClassName}{HsH-report}
 %<standalone>\newcommand{\myClassName}{HsH-standalone}
-\ProvidesClass{\myClassName}[2023/08/11 v2.0 HsH-Class based on KOMA]
+\ProvidesClass{\myClassName}[2023/08/12 v2.1 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 1d12944d2a760edc80560c1ae4764070086d1c80..d9d4d5e435d3f5209e4076e9230c1ff923a273d0 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 <2023-08-11> Jan Wille}
+\typeout{Adapted from KOMA script for use in Hochschule Hannover <2023-08-12> Jan Wille}
 \NeedsTeXFormat{LaTeX2e}
 \newcommand{\myClassName}{HsH-article}
-\ProvidesClass{\myClassName}[2023/08/11 v2.0 HsH-Class based on KOMA]
+\ProvidesClass{\myClassName}[2023/08/12 v2.1 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 bbb8423cfefb45301fee051a9c081ca4e9ed6f9e..147c1b0f8bf25eeeb01667ec985895c49c2c7056 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 <2023-08-11> Jan Wille}
+\typeout{Adapted from KOMA script for use in Hochschule Hannover <2023-08-12> Jan Wille}
 \NeedsTeXFormat{LaTeX2e}
 \newcommand{\myClassName}{HsH-report}
-\ProvidesClass{\myClassName}[2023/08/11 v2.0 HsH-Class based on KOMA]
+\ProvidesClass{\myClassName}[2023/08/12 v2.1 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 83f88a6bdd7c4a7178c320079012e0fa8fde20a9..fe7782eb62ffcba27ae6f3fd87b0e2c83b9bb23b 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 <2023-08-11> Jan Wille}
+\typeout{Adapted from KOMA script for use in Hochschule Hannover <2023-08-12> Jan Wille}
 \NeedsTeXFormat{LaTeX2e}
 \newcommand{\myClassName}{HsH-standalone}
-\ProvidesClass{\myClassName}[2023/08/11 v2.0 HsH-Class based on KOMA]
+\ProvidesClass{\myClassName}[2023/08/12 v2.1 HsH-Class based on KOMA]
 
 %% commands for HsH-logo
 \newcommand{\HsHlogoPath}{HSH-Logo.pdf}