diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,17 @@
 # Changelog
 
+#### 0.1.17.13
+
+* Bump `rest-types` and `rest-core`.
+
 #### 0.1.17.12
 
-* Ignore empty path segments in URLs
+* Ignore empty path segments in URLs.
 
 #### 0.1.17.11
 
-* Use `json-schema 0.5.*`
+* Use `json-schema 0.5.*`.
 
 #### 0.1.17.10
 
-* Allow `mtl == 2.2.*` and `transformers == 0.4.*`
+* Allow `mtl == 2.2.*` and `transformers == 0.4.*`.
diff --git a/rest-snap.cabal b/rest-snap.cabal
--- a/rest-snap.cabal
+++ b/rest-snap.cabal
@@ -1,5 +1,5 @@
 name:                rest-snap
-version:             0.1.17.13
+version:             0.1.17.14
 description:         Rest driver for Snap.
 synopsis:            Rest driver for Snap.
 maintainer:          code@silk.co
@@ -25,7 +25,7 @@
       base == 4.*
     , bytestring >= 0.9 && < 0.11
     , case-insensitive >= 0.4 && < 1.3
-    , rest-core >= 0.31 && < 0.33
+    , rest-core >= 0.31 && < 0.34
     , safe >= 0.2 && < 0.4
     , snap-core == 0.9.*
     , unordered-containers == 0.2.*
