diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,5 @@
+0.1.0.2: Get CHANGELOG into the tarball.
+
+0.1.0.1: Fix description rendering on Hackage.
+
+0.1.0.0: Initial release.
diff --git a/aeson-yak.cabal b/aeson-yak.cabal
--- a/aeson-yak.cabal
+++ b/aeson-yak.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                aeson-yak
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Handle JSON that may or may not be a list, or exist
 description:
   According to the standard promoted by Schema.org, the same JSON object
@@ -19,7 +19,7 @@
 copyright:           Copyright (c) Theodore Lief Gannon, 2015
 category:            Data
 build-type:          Simple
--- extra-source-files:  
+extra-source-files:  CHANGELOG
 cabal-version:       >=1.10
 
 source-repository head
@@ -30,7 +30,7 @@
   exposed-modules:     Data.Aeson.Yak
   -- other-modules:       
   -- other-extensions:    
-  build-depends:       base >=4.8 && <4.9
+  build-depends:       base >= 4.8 && < 4.9
                      , aeson >= 0.4 && < 0.11
   hs-source-dirs:      src
   default-language:    Haskell2010
