diff --git a/jans-auth-server/CHANGELOG.md b/jans-auth-server/CHANGELOG.md
index 0ff0e4b41a8..0edc580763a 100644
--- a/jans-auth-server/CHANGELOG.md
+++ b/jans-auth-server/CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog
+## [1.0.4](https://github.com/JanssenProject/jans/compare/jans-auth-server-v1.0.3...jans-auth-server-v1.0.4) (2022-11-08)
+
+
+### Features
+
+* **jans-auth-server:** added token exchange support to client [#2518](https://github.com/JanssenProject/jans/issues/2518) ([#2855](https://github.com/JanssenProject/jans/issues/2855)) ([943d99f](https://github.com/JanssenProject/jans/commit/943d99f2784e671d361c66c1ddb82c10f567a698))
+* **jans-auth-server:** ssa validation endpoint ([#2842](https://github.com/JanssenProject/jans/issues/2842)) ([de8a86e](https://github.com/JanssenProject/jans/commit/de8a86ed1eb29bd02546e9e22fc6f668ac3217c4))
+* ssa revoke endpoint ([#2865](https://github.com/JanssenProject/jans/issues/2865)) ([9c68f91](https://github.com/JanssenProject/jans/commit/9c68f914e155de492e54121033c8f0ed45d66817))
+
+
+### Bug Fixes
+
+* **jans-auth-server:** fix language metadata format ([#2883](https://github.com/JanssenProject/jans/issues/2883)) ([e21e206](https://github.com/JanssenProject/jans/commit/e21e206df16b048b1743c3ee441d9fbdb1f8c67e))
+
+
+### Documentation
+
+* prepare for 1.0.4 release ([c23a2e5](https://github.com/JanssenProject/jans/commit/c23a2e505b7eb325a293975d60bbc65d5e367c7d))
+
## 1.0.3 (2022-11-01)
diff --git a/jans-auth-server/client/pom.xml b/jans-auth-server/client/pom.xml
index c9effeae54a..ae0d77f238a 100644
--- a/jans-auth-server/client/pom.xml
+++ b/jans-auth-server/client/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-auth-server-parent
- 1.0.4-SNAPSHOT
+ 1.0.4
diff --git a/jans-auth-server/common/pom.xml b/jans-auth-server/common/pom.xml
index f7f3d4804de..4be3c7e0b1b 100644
--- a/jans-auth-server/common/pom.xml
+++ b/jans-auth-server/common/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-auth-server-parent
- 1.0.4-SNAPSHOT
+ 1.0.4
diff --git a/jans-auth-server/model/pom.xml b/jans-auth-server/model/pom.xml
index 11e61c2f03b..9bdb3073d1c 100644
--- a/jans-auth-server/model/pom.xml
+++ b/jans-auth-server/model/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-auth-server-parent
- 1.0.4-SNAPSHOT
+ 1.0.4
diff --git a/jans-auth-server/persistence-model/pom.xml b/jans-auth-server/persistence-model/pom.xml
index 65a8c9365b6..acb35c8cb80 100644
--- a/jans-auth-server/persistence-model/pom.xml
+++ b/jans-auth-server/persistence-model/pom.xml
@@ -4,7 +4,7 @@
io.jans
jans-auth-server-parent
- 1.0.4-SNAPSHOT
+ 1.0.4
jans-auth-persistence-model
Persistence model
diff --git a/jans-auth-server/pom.xml b/jans-auth-server/pom.xml
index 3aac564b1c7..6eca9edf700 100644
--- a/jans-auth-server/pom.xml
+++ b/jans-auth-server/pom.xml
@@ -5,7 +5,7 @@
io.jans
jans-auth-server-parent
pom
- 1.0.4-SNAPSHOT
+ 1.0.4
Jans authentication server parent
diff --git a/jans-auth-server/server/pom.xml b/jans-auth-server/server/pom.xml
index f3757b3891f..ec341757521 100644
--- a/jans-auth-server/server/pom.xml
+++ b/jans-auth-server/server/pom.xml
@@ -8,7 +8,7 @@
io.jans
jans-auth-server-parent
- 1.0.4-SNAPSHOT
+ 1.0.4
diff --git a/jans-auth-server/static/pom.xml b/jans-auth-server/static/pom.xml
index 76b1f1bf1f8..a335b623baa 100644
--- a/jans-auth-server/static/pom.xml
+++ b/jans-auth-server/static/pom.xml
@@ -3,7 +3,7 @@
io.jans
jans-auth-static
- 1.0.4-SNAPSHOT
+ 1.0.4
jar
jans-auth-static