diff --git a/resources/releasedocs/changelog.html b/resources/releasedocs/changelog.html
index 77450e326..5d249c249 100644
--- a/resources/releasedocs/changelog.html
+++ b/resources/releasedocs/changelog.html
@@ -141,6 +141,38 @@ hr {
+
4.3.2 -- 2019-02-22
+
+
Bug
+
+
+- [SMACK-842] - The RFC 3920 xml-not-well-formed error condition should be handled in stream error not a stanza error
+
+- [SMACK-843] - ManManager.pagePrevious() pages into the wrong direction
+
+- [SMACK-844] - Check if bounded unacknowledged stanzas queue is full before adding to it to avoid IllegalStateException
+
+- [SMACK-845] - Ensure that IQ response 'to' address and ID are set correctly
+
+- [SMACK-846] - XMPPTCPConnection does not wait for stream features after authentication if compression is disabled
+
+- [SMACK-848] - Make MultiUserChat.leave() wait for response
+
+- [SMACK-850] - DeliveryReceiptManager should not send receipts with messages of type 'groupchat'
+
+- [SMACK-855] - XMPPTCPConnection sometimes has two writer threads running
+
+
+
+
Improvement
+
+
+- [SMACK-847] - Make TCP socket connection attempt interruptable
+
+- [SMACK-849] - Smack Local SOCKS5 Proxy thread should be marked as daemon thread
+
+
+
4.3.1 -- 2018-10-14
Bug