diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,8 @@
+# 1.0.8
+
+* Add lower bound on conduit 1.2.8 (make it easier to follow [the
+  reskin](http://www.snoyman.com/blog/2016/09/proposed-conduit-reskin).
+
 # 1.0.7
 
 * Add `sourceFileBS` and `sinkFileBS`
diff --git a/conduit-combinators.cabal b/conduit-combinators.cabal
--- a/conduit-combinators.cabal
+++ b/conduit-combinators.cabal
@@ -1,5 +1,5 @@
 name:                conduit-combinators
-version:             1.0.7
+version:             1.0.8
 synopsis:            Commonly used conduit functions, for both chunked and unchunked data
 description:         Provides a replacement for Data.Conduit.List, as well as a convenient Conduit module.
 homepage:            https://github.com/snoyberg/mono-traversable
@@ -20,7 +20,7 @@
   other-modules:       Data.Conduit.Combinators.Unqualified
   build-depends:       base >= 4 && < 5
                      , chunked-data
-                     , conduit >= 1.2.2
+                     , conduit >= 1.2.8
                      , conduit-extra >= 1.1.1
                      , transformers
                      , transformers-base
