diff --git a/resources/releasedocs/changelog.html b/resources/releasedocs/changelog.html
index b78611f32..974abf4ab 100644
--- a/resources/releasedocs/changelog.html
+++ b/resources/releasedocs/changelog.html
@@ -141,6 +141,32 @@ hr {
+
+
4.1.1 -- 2015-05-09
+
+
Bug
+
+
+- [SMACK-649] - DIGEST-MD5 challenge/response parsing must handle linear white spaces after the comma
+
+- [SMACK-652] - SynchronizationPoint should use signalAll
+
+- [SMACK-653] - Integer overflow if both client and server don't specify a max resumption time
+
+- [SMACK-654] - isSmResumptionPossible() returns wrong values
+
+- [SMACK-656] - DeliveryReceipts auto add should use packet interceptors and should not be requested for messages with ACKs.
+
+- [SMACK-659] - Memory leak caused by RosterEntry declaring a strong reference to XMPPConnection
+
+- [SMACK-660] - ReconnectionManager's RANDOM_INCREASING_DELAY is erroneously using a fixed value.
+
+- [SMACK-661] - Add method to set ProxyInfo in ConnectionConfiguration.Builder
+
+- [SMACK-662] - RosterEntry.setName() does not change the name
+
+
+
4.1.0 -- 2015-03-29
Sub-task
diff --git a/version.gradle b/version.gradle
index e880afb5f..7e83af347 100644
--- a/version.gradle
+++ b/version.gradle
@@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.1.1'
- isSnapshot = true
+ isSnapshot = false
jxmppVersion = '0.4.2-beta1'
smackMinAndroidSdk = 8
}