diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b6e7da..7247d74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Change Log
-## 0.4.0 - 2016-06-01
+## 0.4.0 - 2016-06-05
* If `samlConfigBean.samlUserDetailsService` is provided, then set `samlAuthenticationProvider.forcePrincipalAsString` to `false` so that `principal` represents the `userDetails` object.
* Ability to mock security to bypass authentication against ADFS during rapid app development. To use this, `samlConfigBean.samlUserDetailsService` must be set.
diff --git a/pom.xml b/pom.xml
index 06116e6..31d947a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
spring-security-adfs-saml2
- 0.4.0-SNAPSHOT
+ 0.4.0
jar
Spring Security ADFS SAML2