diff --git a/resources/releasedocs/changelog.html b/resources/releasedocs/changelog.html
index 7d4dbc1d9..9e95e8297 100644
--- a/resources/releasedocs/changelog.html
+++ b/resources/releasedocs/changelog.html
@@ -141,6 +141,37 @@ hr {
+
+
+
4.2.2 -- 2017-11-25
+
+
Bug
+
+
+- [SMACK-775] - Create callback interface for ReconnectionManager
+
+- [SMACK-778] - ReconnectionManager.reconnect() can throw NotConnectedException
+
+- [SMACK-779] - smack-android erroneously depends on smack-omemo and smack-omemo-signal
+
+- [SMACK-780] - PushNotificationManager's isSupported logic does query the server, whereas it should query the bare JID
+
+- [SMACK-781] - MiniDnsResolver does not correctly handle the case when NOERROR is returned together with an empty answer section.
+
+- [SMACK-782] - MultiUserChat does not remove the subject listener causing a memory leak
+
+- [SMACK-783] - InvitationRejectionListener fires multiple times
+
+- [SMACK-784] - StringUtils.numbersAndLetters has the numbers twice, resulting in a lower entropy
+
+- [SMACK-785] - OfflineMessageManager.getMessages() does count the pending messages incorrectly, causing an unnecessary delay
+
+- [SMACK-786] - Race condition when resuming a stream
+
+- [SMACK-787] - Presence.getPriority() may return Integer.MIN_VALUE.
+
+
+
4.2.1 -- 2017-08-14
Bug
diff --git a/version.gradle b/version.gradle
index a11ed13bb..b4d35bb6b 100644
--- a/version.gradle
+++ b/version.gradle
@@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.2.2'
- isSnapshot = true
+ isSnapshot = false
jxmppVersion = '0.6.0'
smackMinAndroidSdk = 8
}