diff --git a/resources/releasedocs/changelog.html b/resources/releasedocs/changelog.html
index 974abf4ab..7a805d5f5 100644
--- a/resources/releasedocs/changelog.html
+++ b/resources/releasedocs/changelog.html
@@ -141,6 +141,37 @@ hr {
+
4.1.2 -- 2015-06-27
+
+
Bug
+
+
+- [SMACK-664] - Invalid IQ error response to OfferRequestPacket and OfferRevokePacket
+
+- [SMACK-668] - ReconnectionManager's value of 'attempts' is not reset after successful reconnection
+
+- [SMACK-669] - Only add Entity Capabilities extension to available presences
+
+- [SMACK-670] - SASLMechanism.authenticate should treat an empty byte array like 'null' byte array
+
+- [SMACK-672] - Memory leak caused by RosterGroup declaring a strong reference to XMPPConnection
+
+- [SMACK-673] - VCard API does not support all elements
+
+- [SMACK-676] - ConcurrentModificationException in ServerPingWithAlarmManager
+
+- [SMACK-678] - Login hangs if starttls advertised, but security is set to 'disabled' and compression is also advertised
+
+
+
+
Improvement
+
+
+- [SMACK-667] - Request Stream Mangement Acknowledgement after re-sending unack'ed stanzas after stream resumption
+
+- [SMACK-671] - Don't disable Scoks5BytestreamManager on connection termination
+
+
4.1.1 -- 2015-05-09
diff --git a/version.gradle b/version.gradle
index 184deec47..123c48fe5 100644
--- a/version.gradle
+++ b/version.gradle
@@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.1.2'
- isSnapshot = true
+ isSnapshot = false
jxmppVersion = '0.4.2-beta1'
smackMinAndroidSdk = 8
}