diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@
 [1]: http://semver.org/spec/v2.0.0.html
 [2]: https://github.com/roman/projectile/releases
 
+## v0.0.0.2
+
+* Bump versions for `path`, `path-io`, and `protolude`
+
 ## v0.0.0.1
 
 * Initially created.
diff --git a/projectile.cabal b/projectile.cabal
--- a/projectile.cabal
+++ b/projectile.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           projectile
-version:        0.0.0.1
+version:        0.0.0.2
 synopsis:       Go to README.md
 description:    Utility functions to gather information about project directories
 category:       TODO
@@ -40,12 +40,12 @@
   ghc-options: -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
   build-depends:
       base            >=4.8 && <5.0
-    , protolude       >=0.1 && <0.2
+    , protolude       >=0.1 && <0.3
     , text            >=1.2 && <1.3
     , deepseq         >=1.4 && <2.0
     , safe-exceptions >=0.1 && <0.2
-    , path            >=0.5 && <0.6
-    , path-io         >=1.1 && <1.3
+    , path            >=0.5 && <0.7
+    , path-io         >=1.1 && <1.4
     , vector          >=0.11 && <1.0
   exposed-modules:
       Projectile
@@ -61,12 +61,12 @@
   ghc-options: -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       base            >=4.8 && <5.0
-    , protolude       >=0.1 && <0.2
+    , protolude       >=0.1 && <0.3
     , text            >=1.2 && <1.3
     , deepseq         >=1.4 && <2.0
     , safe-exceptions >=0.1 && <0.2
-    , path            >=0.5 && <0.6
-    , path-io         >=1.1 && <1.3
+    , path            >=0.5 && <0.7
+    , path-io         >=1.1 && <1.4
     , vector          >=0.11 && <1.0
     , tasty       >=0.11 && <0.12
     , tasty-hunit >=0.9 && <0.10
