diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Changelog for unliftio-path
 
-# v0.0.1.0
+## v0.0.2.0
+
+* Fix exports
+
+## v0.0.1.0
 
 * Mirror of most UnliftIO.Directory functions using `Path` instead of `FilePath`.
diff --git a/src/UnliftIO/Path/Directory.hs b/src/UnliftIO/Path/Directory.hs
--- a/src/UnliftIO/Path/Directory.hs
+++ b/src/UnliftIO/Path/Directory.hs
@@ -25,8 +25,13 @@
 , getTemporaryDirectory
 , removeFile
 , renameFile
+, renamePath
 , copyFile
 , copyFileWithMetadata
+, makeAbsoluteDir
+, makeAbsoluteFile
+, makeRelativeToCurrentDirectoryDir
+, makeRelativeToCurrentDirectoryFile
 , findExecutable
 , findExecutables
 , UnliftIO.Directory.exeExtension
diff --git a/unliftio-path.cabal b/unliftio-path.cabal
--- a/unliftio-path.cabal
+++ b/unliftio-path.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           unliftio-path
-version:        0.0.1.0
+version:        0.0.2.0
 synopsis:       UnliftIO using well-typed Paths.
 description:    UnliftIO using well-typed Paths.
 category:       Text
