diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,11 @@
+Changes in 1.0.0.1
+------------------
+
+* New upper bound for base 4.7 (supports haskell platform 2014.2.0.0 and GHC 7.8.3)
+
+* New upper bound for aeson 0.8
+
+Changes in 1.0.0.0
+------------------
+
+* Initial release
diff --git a/spoty.cabal b/spoty.cabal
--- a/spoty.cabal
+++ b/spoty.cabal
@@ -1,5 +1,5 @@
 name:                spoty
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Spotify web API wrapper
 description:         
   Web API <https://developer.spotify.com/web-api/> wrapper powered by lens and pipes, allowing easy access to public endpoints.
@@ -33,13 +33,13 @@
 cabal-version:       >=1.10
 homepage:            https://github.com/davnils/spoty
 bug-reports:         https://github.com/davnils/spoty/issues
-extra-source-files:  Examples/Search.hs Examples/Albums.hs
+extra-source-files:  Examples/Search.hs Examples/Albums.hs CHANGELOG
 
 library
   exposed-modules:     Utils.Spoty, Utils.Spoty.Types
   build-depends:
-                       aeson                 >= 0.7.0.6   && < 0.8,
-                       base                  >= 4.6       && < 4.7,
+                       aeson                 >= 0.7.0.6   && < 0.8.1,
+                       base                  >= 4.6       && < 4.8,
                        bytestring            >= 0.10      && < 0.11,
                        lens                  >= 4         && < 4.4,
                        pipes                 >= 4.1       && < 4.2,
