diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for streaming-concurrency
 
+## 0.3.1.1 -- 2018-03-23
+
+* Bump exceptions dependency.
+
 ## 0.3.1.0 -- 2018-03-14
 
 * Allow `streaming-0.2.*`
diff --git a/streaming-concurrency.cabal b/streaming-concurrency.cabal
--- a/streaming-concurrency.cabal
+++ b/streaming-concurrency.cabal
@@ -1,5 +1,5 @@
 name:                streaming-concurrency
-version:             0.3.1.0
+version:             0.3.1.1
 synopsis:            Concurrency support for the streaming ecosystem
 description:
   There are two primary higher-level use-cases for this library:
@@ -32,7 +32,7 @@
   exposed-modules:     Streaming.Concurrent
                      , Streaming.Concurrent.Lifted
   build-depends:       base ==4.*
-                     , exceptions >= 0.6 && < 0.9
+                     , exceptions >= 0.6 && < 0.11
                      , lifted-async >= 0.9.3 && < 0.10
                      , monad-control == 1.*
                      , stm >= 2.4 && < 3
