diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+- 0.1.1.1
+    * Allow use with filepath-1.4
+
 - 0.1.1.0
     * Allow use with Cabal >= 1.22
 
diff --git a/cabal-dependency-licenses.cabal b/cabal-dependency-licenses.cabal
--- a/cabal-dependency-licenses.cabal
+++ b/cabal-dependency-licenses.cabal
@@ -1,5 +1,5 @@
 Name:     cabal-dependency-licenses
-Version:  0.1.1.0
+Version:  0.1.1.1
 Synopsis: Compose a list of a project's transitive dependencies with their licenses
 
 Description:
@@ -28,7 +28,7 @@
     containers >= 0.5  && < 0.6,
     base       >= 4    && < 5,
     directory  >= 1.2  && < 1.3,
-    filepath   >= 1.3  && < 1.4
+    filepath   >= 1.3  && < 1.5
 
 Source-repository head
     Type:     git
