diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16fdfd266078f64f148c1c984288be83595c9a69..00c1e592ba06f8d0c0ed020c701070c59ee6f145 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
 
 ## [Current]
 
+
+## [1.4] - 2022-03-28
+
 ### Added
 - defined `\fronmatter`, `\mainmatter` and `\backmatter` for HsH-report class
 - included the caption package to fix #6
diff --git a/HsH-classes.dtx b/HsH-classes.dtx
index 6db78ae99f584e9874de82695eb5d7ab346f30c9..63fda1e14aeb538e67a23a83e65866cdaf10fc03 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-07> Jan Wille}
+\typeout{Adapted from KOMA script for use in Hochschule Hannover <2022-03-28> Jan Wille}
 \NeedsTeXFormat{LaTeX2e}
 %
 %<article>\newcommand{\myClassName}{HsH-article}
 %<report>\newcommand{\myClassName}{HsH-report}
 %<standalone>\newcommand{\myClassName}{HsH-standalone}
-\ProvidesClass{\myClassName}[2022/03/07 v1.3 HsH-Class based on KOMA]
+\ProvidesClass{\myClassName}[2022/03/28 v1.4 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 cb98b424c6275882f5668a9cc4ed635657a5bebe..1d43d8d1c7570331a7f53b5b47fa6f90c70f899f 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-07> Jan Wille}
+\typeout{Adapted from KOMA script for use in Hochschule Hannover <2022-03-28> Jan Wille}
 \NeedsTeXFormat{LaTeX2e}
 \newcommand{\myClassName}{HsH-article}
-\ProvidesClass{\myClassName}[2022/03/07 v1.3 HsH-Class based on KOMA]
+\ProvidesClass{\myClassName}[2022/03/28 v1.4 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 c990fe36207eee19d2d59ae9a8467918bfb2b9d4..24d670ceb6f08633243e80e5c75f91d592a369d8 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-07> Jan Wille}
+\typeout{Adapted from KOMA script for use in Hochschule Hannover <2022-03-28> Jan Wille}
 \NeedsTeXFormat{LaTeX2e}
 \newcommand{\myClassName}{HsH-report}
-\ProvidesClass{\myClassName}[2022/03/07 v1.3 HsH-Class based on KOMA]
+\ProvidesClass{\myClassName}[2022/03/28 v1.4 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 7f972d07da5eb8cba3330e487e21818122055e39..3ff2d255847a432addd6f9aab6b38c9aba68d60e 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-07> Jan Wille}
+\typeout{Adapted from KOMA script for use in Hochschule Hannover <2022-03-28> Jan Wille}
 \NeedsTeXFormat{LaTeX2e}
 \newcommand{\myClassName}{HsH-standalone}
-\ProvidesClass{\myClassName}[2022/03/07 v1.3 HsH-Class based on KOMA]
+\ProvidesClass{\myClassName}[2022/03/28 v1.4 HsH-Class based on KOMA]
 
 %% commands for HsH-logo
 \newcommand{\HsHlogoPath}{HSH-Logo.pdf}