diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.1.1
+
+* Decrease lower bound of dependency on `base` to 4.7.
+
 # 0.1.0
 
 * Initial release.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,12 +1,18 @@
 # nylas
 
-A _partially completed_ Haskell client for the [Nylas](https://nylas.com)
+[![Hackage](https://img.shields.io/hackage/v/nylas.svg)](https://hackage.haskell.org/package/nylas)
+ [![Build Status](https://api.travis-ci.org/bts/nylas-hs.svg)](https://travis-ci.org/bts/nylas-hs)
+
+A _partially complete_ Haskell client for the [Nylas](https://nylas.com)
 [HTTP API](https://www.nylas.com/docs/platform), powered by
 [lens](https://hackage.haskell.org/package/lens) and
 [pipes](https://hackage.haskell.org/package/pipes). At the moment I've only
 implemented support for the endpoints I need.
 
-Pull requests for support of additional endpoints would be greatly appreciated!
+Pull requests for the support of additional endpoints would be greatly
+appreciated!
+
+See Hackage for [documentation](http://hackage.haskell.org/package/nylas).
 
 ## Features
 
diff --git a/nylas.cabal b/nylas.cabal
--- a/nylas.cabal
+++ b/nylas.cabal
@@ -1,5 +1,5 @@
 name:                nylas
-version:             0.1.0
+version:             0.1.1
 synopsis:            Client for the Nylas API
 description:         A client for the Nylas HTTP API, powered by lens and pipes.
 license:             BSD3
@@ -21,7 +21,7 @@
 library
   exposed-modules:     Network.Nylas, Network.Nylas.Client, Network.Nylas.Types
   build-depends:       aeson >= 0.8              && < 0.10
-                     , base >= 4.8               && < 4.9
+                     , base >= 4.7               && < 5.0
                      , bytestring >= 0.10.6.0    && < 0.11
                      , lens >= 4.5               && < 5.0
                      , lens-aeson >= 1.0.0.4     && < 1.1
