diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,13 @@
 Change Log
 ==========
 
+Version 0.7.1.1 (2015-03-19) *St Joseph's Day*
+----------------------------------------------
+
+#### Package changes
+
+* Change QuickCheck upper bound from 2.8 to 2.9
+
 Version 0.7.1 (2014-06-28) *100th Anniversary of the Assassination of Franz Ferdinand*
 --------------------------------------------------------------------------------------
 
diff --git a/Data/DList.hs b/Data/DList.hs
--- a/Data/DList.hs
+++ b/Data/DList.hs
@@ -10,7 +10,7 @@
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Data.DList
--- Copyright   :  (c) Don Stewart 2006-2009, (c) Sean Leather 2013
+-- Copyright   :  (c) 2006-2009 Don Stewart, 2013-2014 Sean Leather
 -- License     :  See LICENSE file
 --
 -- Maintainer  :  sean.leather@gmail.com
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) Don Stewart 2006-2009, (c) Sean Leather 2013
+Copyright (c) 2006-2009 Don Stewart, 2013-2014 Sean Leather
 
 All rights reserved.
 
diff --git a/dlist.cabal b/dlist.cabal
--- a/dlist.cabal
+++ b/dlist.cabal
@@ -1,5 +1,5 @@
 name:                   dlist
-version:                0.7.1
+version:                0.7.1.1
 synopsis:               Difference lists
 description:
   Difference lists are a list-like type supporting O(1) append. This is
@@ -10,7 +10,7 @@
 license-file:           LICENSE
 author:                 Don Stewart
 maintainer:             Sean Leather <sean.leather@gmail.com>
-copyright:              2006-2009 Don Stewart, 2013 Sean Leather
+copyright:              2006-2009 Don Stewart, 2013-2014 Sean Leather
 homepage:               https://github.com/spl/dlist
 bug-reports:            https://github.com/spl/dlist/issues
 extra-source-files:     README.md,
@@ -21,7 +21,7 @@
                         GHC==7.2.2,
                         GHC==7.4.2,
                         GHC==7.6.3,
-                        GHC==7.8.1
+                        GHC==7.8.4
 
 source-repository head
   type:                 git
@@ -42,5 +42,4 @@
   build-depends:        dlist,
                         base,
                         Cabal,
-                        QuickCheck >= 2.5 && < 2.8
-
+                        QuickCheck >= 2.7 && < 2.9
