diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f2fab0..0594de1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+- ???
+
+
+## [0.15.0] - 2026-03-11
+
### Added
- Added REXS 2.0.0
diff --git a/README.md b/README.md
index 52a76c0..d89d35c 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Add the dependency to your project:
io.github.fva-net
rexs-api-java
- 0.14.0
+ 0.15.0
```
diff --git a/api/pom.xml b/api/pom.xml
index fa2fb69..74a4106 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -23,7 +23,7 @@
io.github.fva-net
rexs-api-java-project
- 0.15.0-SNAPSHOT
+ 0.16.0-SNAPSHOT
../pom.xml
diff --git a/cli/pom.xml b/cli/pom.xml
index 87155aa..f793a17 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -23,7 +23,7 @@
io.github.fva-net
rexs-api-java-project
- 0.15.0-SNAPSHOT
+ 0.16.0-SNAPSHOT
../pom.xml
diff --git a/pom.xml b/pom.xml
index 7407e71..484057f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
io.github.fva-net
rexs-api-java-project
- 0.15.0-SNAPSHOT
+ 0.16.0-SNAPSHOT
pom
REXS-API-Java :: Project