diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -96,3 +96,11 @@
    * clock widget (test for asynchronous event processing)
    * assign shortcut keys for color/pen tools   
 
+0.3: 14 Jul 2014
+   * asynchronous PDF rendering engine
+   * anchored link (link to specific location of a document)
+   * hoodlet (small hoodle snippet) 
+   * handwriting recognition for registering and searching for hoodlets
+   * reorganized menu 
+   * pen cursor reflects current pen choice
+   * include hoodle-extra package: idfilepathdb/networkedit
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (C) 2011-2013 Ian-Woo Kim
+Copyright (C) 2011-2014 Ian-Woo Kim
 
 Hoodle is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/hoodle.cabal b/hoodle.cabal
--- a/hoodle.cabal
+++ b/hoodle.cabal
@@ -1,5 +1,5 @@
 Name:		hoodle
-Version:	0.2.2.1
+Version:	0.3
 Synopsis:	Executable for hoodle
 Description: 	Hoodle is a pen notetaking program written in haskell. 
 Homepage:       http://ianwookim.org/hoodle
@@ -8,7 +8,7 @@
 Author:		Ian-Woo Kim
 Maintainer: 	Ian-Woo Kim <ianwookim@gmail.com>
 Category:       Application
-Tested-with:    GHC == 7.0
+Tested-with:    GHC == 7.6
 Build-Type: 	Custom
 Cabal-Version:  >= 1.8
 data-files:     CHANGES
@@ -24,7 +24,7 @@
   Build-Depends: 
                  base == 4.*, 
                  cmdargs >= 0.7, 
-                 hoodle-core == 0.13.0.0, 
+                 hoodle-core >= 0.14, 
                  hoodle 
 
 Library
@@ -32,14 +32,14 @@
   ghc-options: 	-Wall -funbox-strict-fields -fno-warn-unused-do-bind
   ghc-prof-options: -caf-all -auto-all
   Build-Depends:   base == 4.*, 
-                   mtl == 2.*,
-                   directory == 1.*,
-                   filepath == 1.*, 
+                   mtl >= 2,
+                   directory,
+                   filepath, 
                    containers >= 0.4,
                    cmdargs >= 0.7,
-                   configurator == 0.2.*,
+                   configurator >= 0.2,
                    dyre >= 0.8.11, 
-                   hoodle-core == 0.13.0.0
+                   hoodle-core >= 0.14
   Exposed-Modules: 
                    Hoodle.ProgType
                    Hoodle.Job
