diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+### 0.4.2.2
+
+* Update dependency on directory package.
+
 ### 0.4.2.1
 
 * Update Examples/Full.hs to work with new API
diff --git a/console-program.cabal b/console-program.cabal
--- a/console-program.cabal
+++ b/console-program.cabal
@@ -1,5 +1,5 @@
 name:            console-program
-version:         0.4.2.1
+version:         0.4.2.2
 cabal-Version:   >= 1.6
 license:         BSD3
 author:          Arie Peterson
@@ -44,7 +44,7 @@
   build-depends:
     base == 4.*,
     containers >= 0.1 && < 0.6,
-    directory >= 1.0 && < 1.3,
+    directory >= 1.0 && < 1.4,
     ansi-wl-pprint >= 0.5 && < 0.7,
     ansi-terminal >= 0.5 && < 0.7,
     haskeline == 0.7.*,
