Add cmocka-0.3.0 changes to ChangeLog.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8d1e74a..bbfc9c4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
 set(APPLICATION_NAME ${PROJECT_NAME})
 
 set(APPLICATION_VERSION_MAJOR "0")
-set(APPLICATION_VERSION_MINOR "2")
+set(APPLICATION_VERSION_MINOR "3")
 set(APPLICATION_VERSION_PATCH "0")
 
 set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
@@ -19,7 +19,7 @@
 #     Increment AGE. Set REVISION to 0
 #   If the source code was changed, but there were no interface changes:
 #     Increment REVISION.
-set(LIBRARY_VERSION "0.0.1")
+set(LIBRARY_VERSION "0.1.0")
 set(LIBRARY_SOVERSION "0")
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
diff --git a/ChangeLog b/ChangeLog
index b4aa491..2baac61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
 Mon Jan 14 11:16 2013 Andreas Schneider <asn@cryptomilk.org>
+    * cmocka: version 0.3.0
+    * Added a better mock object example.
+    * Added pkgconfig file.
+    * Added new macros mock_type() and mock_ptr_type().
+    * Added more documentation.
+    * Fixed installation problems on some platforms.
+
+Mon Jan 14 11:16 2013 Andreas Schneider <asn@cryptomilk.org>
     * cmocka: version 0.2.0
     * Added doxygen api documentation.
     * Added new cmake build system.