diff --git a/resources/releasedocs/README.html b/resources/releasedocs/README.html
index 645f192c7..f09c659bf 100644
--- a/resources/releasedocs/README.html
+++ b/resources/releasedocs/README.html
@@ -56,10 +56,10 @@ Smack Readme
version: |
- 1.0 Beta 2 |
+ 1.0 Beta 3 |
released: |
- February 10, 2003 |
+ March 9, 2003 |
diff --git a/resources/releasedocs/changelog.html b/resources/releasedocs/changelog.html
index efbccaaf6..92d63ea5d 100644
--- a/resources/releasedocs/changelog.html
+++ b/resources/releasedocs/changelog.html
@@ -52,6 +52,22 @@
Smack Changelog
+
+1.0 Beta 3 - March 9, 2003
+
+
+ - Add new AccountManager class which can be used to create accounts, delete accounts,
+ and update passwords of existing accounts.
+
- Fixed bug reading packet properties.
+
- Fixed NullPointer in the FromContainsFilter.
+
- Improved XMPPException class, which includes bug fixes and XMPP error codes.
+
- Improved error handling and messages on the login operation.
+
- Added ability to the XMPPConnection class find if the user has authenticated,
+ and if so, under which username and resource.
+
- Debug window title now adjusts based on who authenticated user is.
+
- Improved Javadocs.
+
+
1.0 Beta 2 - February 10, 2003