diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 hsbugzilla
 ==========
 
+[![Build Status](https://travis-ci.org/sethfowler/hsbugzilla.png?branch=master)](https://travis-ci.org/sethfowler/hsbugzilla)
+
 A Haskell interface to the Bugzilla native REST API.
 
 Relevant links:
diff --git a/bugzilla.cabal b/bugzilla.cabal
--- a/bugzilla.cabal
+++ b/bugzilla.cabal
@@ -1,8 +1,5 @@
--- Initial bugzilla.cabal generated by cabal init.  For further 
--- documentation, see http://haskell.org/cabal/users-guide/
-
 name:                bugzilla
-version:             0.2.1.0
+version:             0.2.1.1
 synopsis:            A Haskell interface to the Bugzilla native REST API
 description:         This package is designed to provide an easy-to-use, typesafe
                      interface to querying Bugzilla from Haskell.
@@ -21,7 +18,7 @@
 source-repository head
   type:     git
   location: https://github.com/sethfowler/hsbugzilla.git
-  tag:      0.2.1
+  tag:      0.2.1.1
 
 flag BuildDemo
   description:  Build the 'bugzilla' demo program
@@ -34,14 +31,13 @@
   other-modules:       Web.Bugzilla.Internal.Network,
                        Web.Bugzilla.Internal.Search,
                        Web.Bugzilla.Internal.Types
-  -- other-extensions:    
   build-depends:       base >=4.6 && <4.7,
                        aeson >=0.7 && <0.8,
                        blaze-builder >=0.3 && <0.4,
                        bytestring >=0.10 && <0.11,
                        connection >=0.2 && <0.3,
                        containers >=0.5 && <0.6,
-                       data-default >=0.5 && <0.6,
+                       data-default >=0.5.2 && <0.6,
                        http-conduit >=2.0 && <2.1,
                        http-types >=0.8 && <0.9,
                        iso8601-time >=0.1 && <0.2,
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,8 @@
+0.2.1.1
+
+	* Tightened the version bounds for data-default. The old bounds weren't
+	accurate.
+
 0.2.1.0
 
 	* Added searchBugs' and searchBugsWithLimit', variations which return
