diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,14 @@
 # Changelog
 
+#### 0.17.0.2
+
+* Allow `filepath 1.4.*`.
+
 #### 0.17.0.1
 
 * Allow `blaze-html 0.8.*`.
 
-#### 0.17.0.0
+## 0.17.0.0
 
 * Docs: More exhaustive examples of JSON messages showing each possible node in the schema at least once.
 * Docs: Make example popup scrollable.
diff --git a/rest-gen.cabal b/rest-gen.cabal
--- a/rest-gen.cabal
+++ b/rest-gen.cabal
@@ -1,5 +1,5 @@
 name:                rest-gen
-version:             0.17.0.1
+version:             0.17.0.2
 description:         Documentation and client generation from rest definition.
 synopsis:            Documentation and client generation from rest definition.
 maintainer:          code@silk.co
@@ -55,7 +55,7 @@
     , code-builder == 0.1.*
     , directory >= 1.1 && < 1.3
     , fclabels >= 1.0.4 && < 2.1
-    , filepath >= 1.2 && < 1.4
+    , filepath >= 1.2 && < 1.5
     , hashable >= 1.1 && < 1.3
     , haskell-src-exts >= 1.15.0 && < 1.17
     , hxt >= 9.2 && < 9.4
