diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,13 @@
 # Version History
 
+## 1.1.5.2 (April 15, 2019)
+
+  - Update version of `http-client`
+
+    - Builds with `http-client` version 0.5.13.1 and 0.6.2
+
+  - Updated the `default.nix` file to select the right version of `http-client`
+
 ## 1.1.5.1 (April 15, 2019)
 
   - Update dependency versions
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-TheMovieDB API for Haskell [![Hackage][hackage-shield]][hackage] [![Travis][travis-shield]][travis]
+TheMovieDB API for Haskell
 ==========================
 
 This is a simple library that provides functions for retrieving movie
@@ -23,9 +23,3 @@
 Surprising, I know.
 
 [example]: https://github.com/pjones/themoviedb/blob/master/example/Main.hs
-
-[hackage]: http://hackage.haskell.org/package/themoviedb
-[hackage-shield]: https://img.shields.io/badge/hackage-v1.1.4.0-blue.svg
-
-[travis]: https://travis-ci.org/pjones/themoviedb
-[travis-shield]: https://travis-ci.org/pjones/themoviedb.svg?branch=master
diff --git a/themoviedb.cabal b/themoviedb.cabal
--- a/themoviedb.cabal
+++ b/themoviedb.cabal
@@ -1,6 +1,6 @@
 --------------------------------------------------------------------------------
 name:          themoviedb
-version:       1.1.5.1
+version:       1.1.5.2
 synopsis:      Haskell API bindings for http://themoviedb.org
 homepage:      https://code.devalot.com/open/themoviedb
 bug-reports:   https://code.devalot.com/open/themoviedb/issues
@@ -63,7 +63,7 @@
                , base               >= 4.6    && < 5.0
                , binary             >= 0.7    && < 0.11
                , bytestring         >= 0.9    && < 0.11
-               , http-client        >= 0.4.31 && < 0.6
+               , http-client        >= 0.4.31 && < 0.7
                , http-client-tls    >= 0.2.2  && < 0.4
                , http-types         >= 0.8    && < 0.13
                , mtl                >= 2.1    && < 2.3
