diff --git a/resources/releasedocs/README.html b/resources/releasedocs/README.html
index f09c659bf..22fe93f88 100644
--- a/resources/releasedocs/README.html
+++ b/resources/releasedocs/README.html
@@ -56,10 +56,10 @@ Smack Readme
version: |
- 1.0 Beta 3 |
+ 1.0.0 |
released: |
- March 9, 2003 |
+ April 25, 2003 |
diff --git a/resources/releasedocs/changelog.html b/resources/releasedocs/changelog.html
index 92d63ea5d..cdd89bf68 100644
--- a/resources/releasedocs/changelog.html
+++ b/resources/releasedocs/changelog.html
@@ -52,6 +52,27 @@
Smack Changelog
+
+1.0.0 - April 25, 2003
+
+
+ - Fixed bug when removing packet listeners.
+
- Many improvements to the roster class, include presence support,
+ the ability to add new roster entries, subscription handling, ability
+ to see list of entries not in groups, and many bug fixes.
+
- Fixed ClassCastException in login method.
+
- Add roster listener feature.
+
- Added ability to get the list of users in a group chat.
+
- Default presence mode now has a specific type instead of being null.
+
- Packet collectors now have a xax number of packets they will queue up.
+
- The getRoster() method now waits for the roster from the server before returning.
+
- Registration operations now use the "to" field for packets.
+
- Improved XMPPException class.
+
- Added support for easily creating listeners for chat and group chats.
+
- Fixed NullPointer in ToFilter.
+
- Added XMPP ID parsing methods to StringUtils class.
+
+
1.0 Beta 3 - March 9, 2003