diff --git a/resources/releasedocs/changelog.html b/resources/releasedocs/changelog.html
index 4d51e4594..77450e326 100644
--- a/resources/releasedocs/changelog.html
+++ b/resources/releasedocs/changelog.html
@@ -141,6 +141,24 @@ hr {
+
4.3.1 -- 2018-10-14
+
+
Bug
+
+
+- [SMACK-833] - XMLUtil.prettyFormatXml() throws on some Android devices
+
+
+
+
Improvement
+
+
+- [SMACK-829] - Disconnect BOSH client on shutdown
+
+- [SMACK-838] - FormField.getFirstValue() throws IndexOutOfBoundsException if there are no values
+
+
+
4.3.0 -- 2018-08-02
Bug
diff --git a/version.gradle b/version.gradle
index 846567106..62b47a3c8 100644
--- a/version.gradle
+++ b/version.gradle
@@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.3.1'
- isSnapshot = true
+ isSnapshot = false
jxmppVersion = '0.6.3'
miniDnsVersion = '0.3.3'
smackMinAndroidSdk = 9