diff --git a/resources/releasedocs/changelog.html b/resources/releasedocs/changelog.html
index 5d87462d0..4d51e4594 100644
--- a/resources/releasedocs/changelog.html
+++ b/resources/releasedocs/changelog.html
@@ -141,6 +141,44 @@ hr {
+
4.3.0 -- 2018-08-02
+
+
Bug
+
+
+- [SMACK-759] - PubSubManager.getLeafNode() throws PubSubAssertionError.DiscoInfoNodeAssertionError if node exists but its not a PubSub Node
+
+- [SMACK-814] - NPE when using Node.getAffiliationsAsOwner()
+
+- [SMACK-815] - XEP-0184: DeliveryReceipt requires ID, although the XEP defines it as optional attribute
+
+- [SMACK-818] - EntityCapsManager sends presences with multiple CapsExtension causing disco#info lookup to fail
+
+- [SMACK-819] - ConcurrentModification Exception in MultiUserChatManager.java
+
+- [SMACK-820] - DNSUtil.setDaneProvider() does not set the DANE provider
+
+
+
+
Task
+
+
+- [SMACK-769] - Rename XMPPError to StanzaError
+
+- [SMACK-776] - Remove deprecated reconnection callbacks in ConnectionListener
+
+
+
+
Improvement
+
+
+- [SMACK-761] - Adopt ChatStateManager to new Chat API (chat2)
+
+- [SMACK-812] - Enable ModifierOrder checkstyle check
+
+- [SMACK-816] - SimplePayload should infer the XML element name and namespace
+
+
4.2.4 -- 2018-04-15
diff --git a/version.gradle b/version.gradle
index e7a7d2ba0..1cca66abe 100644
--- a/version.gradle
+++ b/version.gradle
@@ -1,7 +1,7 @@
allprojects {
ext {
- shortVersion = '4.3.0-rc2'
- isSnapshot = true
+ shortVersion = '4.3.0'
+ isSnapshot = false
jxmppVersion = '0.6.3'
miniDnsVersion = '0.3.2'
smackMinAndroidSdk = 9