diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,15 @@
 # Changelog for shake-plus
 
+## v0.0.2.1
+
+* Add functions based on [Within](https://hackage.haskell.org/package/path) to better
+  keep track of source and target directories.
+* Reexport more shake functions to remove need to import vanilla shake qualified.
+* Add convenience functions `loadSortFilterApply` and `loadSortFilterApplyW` for batch
+  loading via `MonadAction`.
+* Add more of the API surface with `Path` and `Within` including variants of `need`, `want`
+  `readFile`, `writeFile`. 
+
 ## v0.0.1.0
 
 * Initial sketch of shake-plus with reexported functions. Mostly oracles,
diff --git a/shake-plus.cabal b/shake-plus.cabal
--- a/shake-plus.cabal
+++ b/shake-plus.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 72a456ccc4bf86f1d6a5c4a2567d6582c53f2c8bb7b28bc2d7c4feb318d7c598
+-- hash: 8342b31fe1513a9660bb1d8de9f01642c17efd7fb214eb454d784d5fac6f80cb
 
 name:           shake-plus
-version:        0.0.2.0
+version:        0.0.2.1
 synopsis:       Re-export of Shake using well-typed paths and ReaderT.
 description:    Re-export of Shake using well-typed paths and ReaderT. This is an early release so some things may be missing or broken but so far the conveniences have been worth it.
 category:       development, shake
