diff --git a/resources/releasedocs/changelog.html b/resources/releasedocs/changelog.html
index 706a4e2c6..e11abe56a 100644
--- a/resources/releasedocs/changelog.html
+++ b/resources/releasedocs/changelog.html
@@ -141,6 +141,32 @@ hr {
+
4.3.4 -- 2019-05-27
+
+
Bug
+
+
+- [SMACK-861] - Potential NPE in Roster.getPresencesInternal(BareJid)
+
+- [SMACK-863] - ServiceDiscoveryManger does not use the main identity, causing setIdentity() to have no effect
+
+- [SMACK-864] - Potential Denial of Service (DOS) by remote entities caused by unlimited threads for asynchronous operations
+
+- [SMACK-865] - Some Manager.getInsanceFor() methods are missing the 'synchronized' keyword
+
+- [SMACK-868] - XHTMLText.appendOpenBodyTag() produces invalid XML
+
+- [SMACK-870] - TLS X.509 certificate verification should be performed with the ACE representation of the XMPP service domain when possible
+
+
+
+
Improvement
+
+
+- [SMACK-869] - Exceptions in async tasks should not go uncaught to the call stack to avoid program termination
+
+
+
4.3.3 -- 2019-03-14
Bug
diff --git a/version.gradle b/version.gradle
index 82e39bdf3..e24c93d15 100644
--- a/version.gradle
+++ b/version.gradle
@@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.3.4'
- 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].