diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+- 0.10.2.4 (2017-11-26)
+    * Bump io-streams to 1.5
+
 - 0.10.2.3 (2017-07-21)
     * Bump websockets to 0.12.0.0
 
diff --git a/websockets-snap.cabal b/websockets-snap.cabal
--- a/websockets-snap.cabal
+++ b/websockets-snap.cabal
@@ -1,5 +1,5 @@
 Name:          websockets-snap
-Version:       0.10.2.3
+Version:       0.10.2.4
 Synopsis:      Snap integration for the websockets library
 Description:   Snap integration for the websockets library
 License:       BSD3
@@ -25,7 +25,7 @@
     base               >= 4     && < 5,
     bytestring         >= 0.9   && < 0.11,
     bytestring-builder >= 0.10  && < 0.11,
-    io-streams         >= 1.3   && < 1.5,
+    io-streams         >= 1.3   && < 1.6,
     mtl                >= 2.1   && < 2.3,
     snap-core          >= 1.0   && < 1.1,
     snap-server        >= 1.0   && < 1.1,
