diff --git a/build.gradle b/build.gradle
index 200309eed..4f0ffcfd9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ allprojects {
ext {
shortVersion = '4.0.1'
- isSnapshot = true
+ isSnapshot = false
gitCommit = getGitCommit()
javadocAllDir = new File(buildDir, 'javadoc')
documentationDir = new File(projectDir, 'documentation')
diff --git a/resources/releasedocs/changelog.html b/resources/releasedocs/changelog.html
index efe216bce..394774f98 100644
--- a/resources/releasedocs/changelog.html
+++ b/resources/releasedocs/changelog.html
@@ -141,6 +141,42 @@ hr {
+
4.0.1 -- 2014-07-20
+
+
Sub-task
+
+
+- [SMACK-346] - Bug in return code for rejection handling in FileTransferManager
+
+
+
+
Bug
+
+
+- [SMACK-574] - Documentation still refers at some places to Connection
+
+- [SMACK-575] - PingManager schedules pings after pingInterval when it should be use nextPingIn instead
+
+- [SMACK-577] - Bookmarks and FormField toXml() methods do not properly escape XML
+
+- [SMACK-583] - PacketListeners may not be invoked in delivery order
+
+
+
+
Improvement
+
+
+- [SMACK-576] - smack-resolver-javax should become a OSGi ServiceComponent
+
+
+
+
New Feature
+
+
+- [SMACK-580] - Add support for retrieving a PubSub node's affiliations
+
+
+
4.0.0 -- 2014-06-08
Sub-task