diff --git a/resources/releasedocs/changelog.html b/resources/releasedocs/changelog.html
index 5d249c249..706a4e2c6 100644
--- a/resources/releasedocs/changelog.html
+++ b/resources/releasedocs/changelog.html
@@ -141,6 +141,24 @@ hr {
+
4.3.3 -- 2019-03-14
+
+
Bug
+
+
+- [SMACK-856] - Smack fails under JDK 11 because com.sun.jndi.dns.DnsContextFactory is not inaccessible
+
+
+
+
Improvement
+
+
+- [SMACK-858] - Dependency version specifier of jxmpp and MiniDNS include alpha/beta/... versions of the follow up version when Maven is used
+
+- [SMACK-859] - MultiUserChat enter() should reset the timeout of the collector waiting for the final self presence to prevent timeouts for large MUCs
+
+
+
4.3.2 -- 2019-02-22
Bug
diff --git a/version.gradle b/version.gradle
index 4634e860a..85012ef33 100644
--- a/version.gradle
+++ b/version.gradle
@@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.3.3'
- isSnapshot = true
+ isSnapshot = false
// When using dynamic versions for those, do *not* use [1.0,
// 2.0), since this will also pull in 2.0-alpha1. Instead use
// [1.0, 1.0.99].