diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,8 @@
+CHANGELOG
+
+0.6.1 -> 0.6.1.1
+  - Added a changelog
+  
+0.6 -> 0.6.1
+  - Updated to comonad-0.4
+  - Added convert to Data.Functor.HCofree
diff --git a/free-functors.cabal b/free-functors.cabal
--- a/free-functors.cabal
+++ b/free-functors.cabal
@@ -1,5 +1,5 @@
 name:                free-functors
-version:             0.6.1
+version:             0.6.1.1
 synopsis:            Provides free functors that are adjoint to functors that forget class constraints. 
 description:         A free functor is a left adjoint to a forgetful functor. It used to be the case
                      that the only category that was easy to work with in Haskell was Hask itself, so
@@ -25,6 +25,7 @@
 
 extra-source-files:
   examples/*.hs
+  CHANGELOG
 
 Library
   HS-Source-Dirs:    
