diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,2 @@
+- 0.8.2.2
+    * Bump mtl dependency
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.8.2.1
+Version:       0.8.2.2
 Synopsis:      Snap integration for the websockets library
 Description:   Snap integration for the websockets library
 License:       BSD3
@@ -10,6 +10,9 @@
 Build-type:    Simple
 Cabal-version: >= 1.6
 
+Extra-source-files:
+  CHANGELOG
+
 Library
   Hs-source-dirs: src
 
@@ -22,7 +25,7 @@
     bytestring    >= 0.9 && < 0.11,
     enumerator    >= 0.4 && < 0.5,
     io-streams    >= 1.1 && < 1.2,
-    mtl           >= 2.1 && < 2.2,
+    mtl           >= 2.1 && < 2.3,
     snap-core     >= 0.8 && < 0.10,
     snap-server   >= 0.8 && < 0.10,
     websockets    >= 0.8 && < 0.9
