diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+#### 0.2.10.8
+
+* Allow `rest-core 0.36.*`
+
 #### 0.2.10.7
 
 * Bump `rest-core` and `rest-gen` upper bounds.
diff --git a/rest-happstack.cabal b/rest-happstack.cabal
--- a/rest-happstack.cabal
+++ b/rest-happstack.cabal
@@ -1,5 +1,5 @@
 name:                rest-happstack
-version:             0.2.10.7
+version:             0.2.10.8
 description:         Rest driver for Happstack.
 synopsis:            Rest driver for Happstack.
 maintainer:          code@silk.co
@@ -28,6 +28,6 @@
     , containers >= 0.4 && < 0.6
     , happstack-server >= 7.0.5 && < 7.5
     , mtl >= 2.0 && < 2.3
-    , rest-core >= 0.34 && < 0.36
+    , rest-core >= 0.34 && < 0.37
     , rest-gen >= 0.14 && < 0.18
     , utf8-string >= 0.3 && < 1.1
