diff --git a/CHANGELOG.md b/CHANGELOG.md
index 200684b5..39cade74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.
+
+## [7.3.1]
+- Fixed a small issue with the ID validation using Signicat services
+
## [7.3.0]
- Add support for ID validation using Signicat services
- Extend API for remote creation
diff --git a/account-gui/pom.xml b/account-gui/pom.xml
index d631ec60..c5d88b3e 100644
--- a/account-gui/pom.xml
+++ b/account-gui/pom.xml
@@ -4,7 +4,7 @@
org.openconext
myconext
- 7.3.1-SNAPSHOT
+ 7.3.1
../pom.xml
account-gui
diff --git a/myconext-gui/pom.xml b/myconext-gui/pom.xml
index 56ae7a08..408756b3 100644
--- a/myconext-gui/pom.xml
+++ b/myconext-gui/pom.xml
@@ -4,7 +4,7 @@
org.openconext
myconext
- 7.3.1-SNAPSHOT
+ 7.3.1
../pom.xml
myconext-gui
diff --git a/myconext-server/pom.xml b/myconext-server/pom.xml
index d79e2da0..3cc47cc2 100644
--- a/myconext-server/pom.xml
+++ b/myconext-server/pom.xml
@@ -4,7 +4,7 @@
org.openconext
myconext
- 7.3.1-SNAPSHOT
+ 7.3.1
../pom.xml
myconext-server
diff --git a/pom.xml b/pom.xml
index 80ce2250..332a3fe9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.openconext
myconext
- 7.3.1-SNAPSHOT
+ 7.3.1
pom
myconext
My OpenConext
diff --git a/tiqr-mock/pom.xml b/tiqr-mock/pom.xml
index 93daf5e6..ab7424b5 100644
--- a/tiqr-mock/pom.xml
+++ b/tiqr-mock/pom.xml
@@ -4,7 +4,7 @@
org.openconext
myconext
- 7.3.1-SNAPSHOT
+ 7.3.1
../pom.xml
tiqr-mock