diff --git a/build/resources/releasedocs/changelog.html b/build/resources/releasedocs/changelog.html
index 1773fd039..3d44e4f33 100644
--- a/build/resources/releasedocs/changelog.html
+++ b/build/resources/releasedocs/changelog.html
@@ -159,6 +159,34 @@ hr {
+
3.1.0 Beta -- October 30, 2008
+
+
New Features
+
+ - [SMACK-142] - Added support for Kerberos/NTLM. (6 votes)
+ - [SMACK-210] - Added support for MD5 SASL. (1 vote)
+ - [SMACK-256] - Added support for new sophisticated TLS mechanisms including SmartCard and Apple's KeychainStore.
+ - [SMACK-242] - Added support for JEP-50: Ad-hoc commands.
+ - [SMACK-251] - Added support for XEP-0163: Personal Eventing Protocol. (1 vote)
+ - [SMACK-226] - XMLConnection can now be used with an http/socks proxy. (2 votes)
+ - [SMACK-254] - Loading the Roster during login is now optional.
+ - [SMACK-255] - Added ability to set mime type for avatar.
+ - [SMACK-235] - Improved performance of Roster class.
+ - [SMACK-241] - Updated Base64 implementation to match Openfire's.
+ - [SMACK-240] - Updated Jingle implementation to newest version.
+ - [SMACK-246] - Improve Jingle logging using commons-logging
+ - [SMACK-244] - Updated JSTUN to 0.7.2.
+ - [SMACK-259] - Updated XPP library to latest version.
+
+
+
Bug Fixes
+
+ - [SMACK-231] - IBB Outputstream was not being flushed before it was closed.
+ - [SMACK-236] - Renamed stanza error "unexpected-condition" to "unexpected-request".
+ - [SMACK-258] - Fixed disconnection issue when parsing SASL success that contained a payload.
+ - [SMACK-175] - Fixed typo in RosterPacket.ItemStatus constant.
+
+
3.0.3 -- May 31, 2007
New Features