diff --git a/build/build.xml b/build/build.xml
index 0f35dc027..158c8b059 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -27,7 +27,7 @@
-
+
diff --git a/build/resources/releasedocs/changelog.html b/build/resources/releasedocs/changelog.html
index 13e9500a8..8e7c67621 100644
--- a/build/resources/releasedocs/changelog.html
+++ b/build/resources/releasedocs/changelog.html
@@ -141,6 +141,17 @@ hr {
+
3.2.1 -- July 4, 2011
+
Bug
+
+ - [SMACK-129] - MultiUserChat will Store Messages in its PacketCollector irregardless of whether or not they are being read
+ - [SMACK-230] - Disconnect Can Cause Null Pointer Exception
+ - [SMACK-273] - Bug in RoomListenerMultiplexor.java
+ - [SMACK-329] - XHTMLText uses improper format for br tag
+ - [SMACK-338] - IBB filetransfer doesn't work as expected
+ - [SMACK-324] - Investigate SASL issue with jabberd2 servers
+
+
3.2.0 -- May 3, 2011
New Feature
diff --git a/source/org/jivesoftware/smack/SmackConfiguration.java b/source/org/jivesoftware/smack/SmackConfiguration.java
index 200ad39c3..5c4c931a3 100644
--- a/source/org/jivesoftware/smack/SmackConfiguration.java
+++ b/source/org/jivesoftware/smack/SmackConfiguration.java
@@ -44,7 +44,7 @@ import java.util.*;
*/
public final class SmackConfiguration {
- private static final String SMACK_VERSION = "3.2.0";
+ private static final String SMACK_VERSION = "3.2.1";
private static int packetReplyTimeout = 5000;
private static int keepAliveInterval = 30000;