diff --git a/resources/releasedocs/changelog.html b/resources/releasedocs/changelog.html
index 9e95e8297..91fecaa6d 100644
--- a/resources/releasedocs/changelog.html
+++ b/resources/releasedocs/changelog.html
@@ -143,6 +143,23 @@ hr {
+
4.2.3 -- 2018-02-07
+
+ Bug
+
+
+- [SMACK-788] - NullPointerException if hostAddresses is null
+
+- [SMACK-789] - AffiliationsExtension toXml() produces invalid XML
+
+- [SMACK-790] - Some HTTP File Upload elements are not correctly parsed and serialized
+
+- [SMACK-791] - NumberFormatException in IpAddressUtil.isIPv4LiteralAddress
+
+- [SMACK-796] - SOCKS5 authentication erroneously uses 'user' when it should use 'passwd', causes authentication to fail
+
+
+
4.2.2 -- 2017-11-25
Bug
diff --git a/version.gradle b/version.gradle
index efbe1d7c8..2a7c279ea 100644
--- a/version.gradle
+++ b/version.gradle
@@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.2.3'
- isSnapshot = true
+ isSnapshot = false
jxmppVersion = '0.6.0'
smackMinAndroidSdk = 8
}