diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,7 @@
+# Version 0.2.1.0 (March 20, 2018)
+
+  * Update dependency bounds
+
 # Version 0.2.0.0 (December 1, 2017)
 
   * Update to match `playlists` 0.5.0.0
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2016,2017 Peter Jones <pjones@devalot.com>
+Copyright (c) 2016,2018 Peter Jones <pjones@devalot.com>
 
 All rights reserved.
 
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-# playlists-http
+playlists-http [![Travis][travis-shield]][travis]
+==============
 
 Download and parse playlists over HTTP.
 
@@ -14,3 +15,6 @@
 
 There is also an `examples/example.hs` that demonstrates how to use
 the `download` function which is found in `Text.Playlist.HTTP.Full`.
+
+[travis]: https://travis-ci.org/pjones/playlists-http
+[travis-shield]: https://travis-ci.org/pjones/playlists-http.svg?branch=master
diff --git a/playlists-http.cabal b/playlists-http.cabal
--- a/playlists-http.cabal
+++ b/playlists-http.cabal
@@ -1,16 +1,16 @@
 name:          playlists-http
-version:       0.2.0.0
+version:       0.2.1.0
 synopsis:      Library to glue together playlists and http-client
 homepage:      https://github.com/pjones/playlists-http
 license:       BSD3
 license-file:  LICENSE
 author:        Peter Jones <pjones@devalot.com>
 maintainer:    Peter Jones <pjones@devalot.com>
-copyright:     Copyright (c) 2016,2017 Peter Jones
+copyright:     Copyright (c) 2016,2018 Peter Jones
 category:      Text
 build-type:    Simple
-cabal-version: >= 1.18
-tested-with:   GHC==7.10.3, GHC==8.0.2
+cabal-version: 1.18
+tested-with:   GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1
 description:   Simple library for resolving playlists using http-client.
 
 --------------------------------------------------------------------------------
@@ -52,10 +52,10 @@
   build-depends: attoparsec   >= 0.10  && < 1.0
                , base         >= 4.6   && < 5
                , bytestring   >= 0.10  && < 1.0
-               , exceptions   >= 0.8   && < 0.9
+               , exceptions   >= 0.8   && < 0.11
                , http-client  >= 0.4   && < 0.6
                , mtl          >= 2.2   && < 2.3
-               , playlists    >= 0.5   && < 0.6
+               , playlists    >= 0.5   && < 1.0
                , text         >= 0.11  && < 1.3
                , transformers >= 0.4   && < 0.6
 
