diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,6 @@
+# 0.1.0.4
+- Bumb dependency versions.
+
 # 0.1.0.3
 - Bumb dependency versions.
 
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# rdf
+# rdf [![CircleCI](https://circleci.com/gh/TravisWhitaker/rdf/tree/master.svg?style=svg)](https://circleci.com/gh/TravisWhitaker/rdf/tree/master)
 
 Data structures, parsers, and encoders for RDF data sets based on the RDF 1.1
 abstract syntax and RFC 3987. The interface is intended to support incremental
diff --git a/rdf.cabal b/rdf.cabal
--- a/rdf.cabal
+++ b/rdf.cabal
@@ -1,5 +1,5 @@
 name:                 rdf
-version:              0.1.0.3
+version:              0.1.0.4
 synopsis:             Representation and Incremental Processing of RDF Data
 description:
     Data structures, parsers, and encoders for RDF data sets based on the
@@ -27,11 +27,11 @@
                     , Data.RDF.Parser.NQuads
                     , Data.RDF.ToRDF
   other-modules:      Data.RDF.Internal
-  build-depends:      base >=4.8 && < 5.0
+  build-depends:      base >=4.11 && < 5.0
                     , attoparsec >=0.13 && <0.14
                     , bytestring >=0.10 && <0.11
                     , deepseq >=1.4 && <1.5
-                    , dlist >= 0.7 && <0.9
+                    , dlist >= 0.7 && <1.1
                     , fgl >=5.5 && <5.8
                     , text >=1.2 && <1.3
                     , transformers >=0.4 && <0.6
