diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c2eedf..f9d0334 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
+## [2.1.4] - 2024-03-01
+
### Add
* add report `deviationsMarkdown`
@@ -304,7 +306,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
* add `ManualCategoryProcessor`: Enables users to manually define resource categories and their properties.
* add `ResourceDeviationProcessor`: Detects deviations between the resource references of mapped resources as defined in the categories.
-[Unreleased]: https://github.com/fusion-jena/abecto/compare/v2.1.3...HEAD
+[Unreleased]: https://github.com/fusion-jena/abecto/compare/v2.1.4...HEAD
+[2.1.4]: https://github.com/fusion-jena/abecto/compare/v2.1.3...v2.1.4
[2.1.3]: https://github.com/fusion-jena/abecto/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/fusion-jena/abecto/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/fusion-jena/abecto/compare/v2.1.0...v2.1.1
diff --git a/abecto-benchmark/pom.xml b/abecto-benchmark/pom.xml
index 898ab4d..b7694dd 100644
--- a/abecto-benchmark/pom.xml
+++ b/abecto-benchmark/pom.xml
@@ -8,7 +8,7 @@
de.uni_jena.cs.fusion
abecto
- 2.1.4-SNAPSHOT
+ 2.1.4
ABECTO Benchmark
diff --git a/abecto-core/pom.xml b/abecto-core/pom.xml
index c60604b..b5f2924 100644
--- a/abecto-core/pom.xml
+++ b/abecto-core/pom.xml
@@ -8,7 +8,7 @@
de.uni_jena.cs.fusion
abecto
- 2.1.4-SNAPSHOT
+ 2.1.4
ABECTO Core
diff --git a/pom.xml b/pom.xml
index 17e6166..0594268 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
de.uni_jena.cs.fusion
abecto
- 2.1.4-SNAPSHOT
+ 2.1.4
ABECTO
An ABox Evaluation and Comparison Tool for Ontologies