diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,8 @@
+# CHANGELOG
+
+## 0.0.2
+### Changed
+* relaxed upper base version constraints to `< 5`
+
+## 0.0.1
+First working version
diff --git a/hedis-config.cabal b/hedis-config.cabal
--- a/hedis-config.cabal
+++ b/hedis-config.cabal
@@ -1,5 +1,5 @@
 name:                hedis-config
-version:             0.0.1
+version:             0.0.2
 synopsis:            Easy trivial configuration for Redis
 description: Datatype to parse redis connection settings from file like
   .
@@ -21,8 +21,9 @@
 build-type:          Simple
 cabal-version:       >=1.10
 
-extra-source-files: examples/redis.yml
+extra-source-files: CHANGELOG.md
                   , README.md
+                  , examples/redis.yml
 
 homepage: https://bitbucket.org/s9gf4ult/hedis-config
 source-repository head
@@ -35,9 +36,9 @@
   default-extensions:  OverloadedStrings
                      , RecordWildCards
 
-  build-depends:       base >=4.6 && <4.8
+  build-depends:       base         >= 4.6   && < 5
                      , aeson
-                     , hedis >= 0.6
+                     , hedis        >= 0.6
                      , scientific
                      , text
                      , time
