diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT
index df31809..98e8a4b 100644
--- a/CHANGELOG.TXT
+++ b/CHANGELOG.TXT
@@ -2,7 +2,7 @@ PyKeylogger Changelog
---------------------
-----
-Version 1.0.2 (2008-03-21)
+Version 1.0.2 (2008-04-08)
*) Add some pretty graphics to the main control panel window.
*) Add icons to the frozen windows executables.
@@ -213,4 +213,4 @@ Version 0.1 (2005-09-02)
The initial release of pykeylogger.
Functionality is simple: it captures the keystrokes, filters out/translates non-printable characters, and writes to plain text file. Makes no attempts to be stealthy - although that kinda comes by default with python, since it appears in the tasklist as "pythonw.exe" rather than "keylogger".
-Requires pyHook library, as well as the python interpreter itself. Is Windows-only, since pyHook uses Windows APIs to catch keystrokes.
\ No newline at end of file
+Requires pyHook library, as well as the python interpreter itself. Is Windows-only, since pyHook uses Windows APIs to catch keystrokes.