- Final changes for 1.1.1 release

diff --git a/ChangeLog b/ChangeLog
index 802fe36..b331aa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,12 @@
 PolarSSL ChangeLog
 
-= Version Trunk
+= Version 1.1.1 released on 2012-01-23
 Bugfix
    * Check for failed malloc() in ssl_set_hostname() and x509_get_entries()
      (Closes ticket #47, found by Hugo Leisink)
    * Fixed issues with Intel compiler on 64-bit systems (Closes ticket #50)
+   * Fixed multiple compiler warnings for VS6 and armcc
+   * Fixed bug in CTR_CRBG selftest
 
 = Version 1.1.0 released on 2011-12-22
 Features