diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,18 +1,25 @@
+* 0.2.0.5
 
-* blaze-builder-enumerator-0.2.0.3
+  Widened dependency on bytestring to allow for bytestring-0.10
 
+* 0.2.0.4
+
+  Widened dependency on transformers to allow for transformers-0.3
+
+* 0.2.0.3
+
   Changed licence to BSD3
 
-* blaze-builder-enumerator-0.2.0.2
- 
+* 0.2.0.2
+
   Widened blaze-builder dependencies.
 
-* blaze-builder-enumerator-0.2.0.1
+* 0.2.0.1
 
   Removed left-over flag -fno-warn-unused-binds in .cabal file to allow
   blaze-builder-enumerator to be built with GHC 6.10.
 
-* blaze-builder-enumerator-0.2.0.0
+* 0.2.0.0
 
   An enumeratee that allows to incrementally execute builders and pass-on the
   produced bytestrings to an inner iteratee.
@@ -21,6 +28,6 @@
   enumeratee code by Michael Snoyman <michael@snoyman.com> with the new
   buffered output support provided by blaze-builder-0.2.1.0.
 
-* blaze-builder-enumerator-0.1
+* 0.1
 
   Original version by Thomas Sutton <me@thomas-sutton.id.au>
diff --git a/blaze-builder-enumerator.cabal b/blaze-builder-enumerator.cabal
--- a/blaze-builder-enumerator.cabal
+++ b/blaze-builder-enumerator.cabal
@@ -1,5 +1,5 @@
 Name          : blaze-builder-enumerator
-Version       : 0.2.0.4
+Version       : 0.2.0.5
 Synopsis      : Enumeratees for the incremental conversion of builders to
                 bytestrings.
 Description   :
@@ -12,7 +12,7 @@
 Author        : Simon Meier <iridcode@gmail.com>
 Maintainer    : Simon Meier <iridcode@gmail.com>
 Copyright     : Copyright (c) 2010, 2011 Simon Meier
-                
+
                 original package by Thomas Sutton <me@thomas-sutton.id.au>
 
 License       : BSD3
@@ -22,7 +22,7 @@
 Category      : Data, Enumerator
 Stability     : Experimental
 Bug-reports   : https://github.com/meiersi/blaze-builder-enumerator
-Homepage      : https://github.com/meiersi/blaze-builder-enumerator 
+Homepage      : https://github.com/meiersi/blaze-builder-enumerator
 
 Extra-source-files:
   CHANGES
@@ -37,7 +37,7 @@
   Build-depends:
       base          >= 4       && < 5
     , blaze-builder >= 0.2.1.4 && < 0.4
-    , bytestring    >= 0.9     && < 0.10
+    , bytestring    >= 0.9     && < 0.11
     , enumerator    >= 0.4.3.1 && < 0.5
     , transformers  >= 0.2     && < 0.4
   Exposed-modules:
