diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,5 @@
 # Revision history for hpath-filepath
 
-## 0.9.3 -- 2020-01-04
+## 0.10.0 -- 2020-01-04
 
-* First version. Released on an unsuspecting world.
+* First version. Split from 'hpath', contains only the filepath ByteString manipulation parts.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
 
 Support for bytestring based filepath manipulation, similar to 'filepath'.
 
+This package is part of the HPath suite, also check out [hpath](https://hackage.haskell.org/package/hpath) and [hpath-io](https://hackage.haskell.org/package/hpath-io).
+
 ## Motivation
 
 This is basically a fork of [posix-paths](https://github.com/JohnLato/posix-paths), which seemed to have stalled development.
diff --git a/hpath-filepath.cabal b/hpath-filepath.cabal
--- a/hpath-filepath.cabal
+++ b/hpath-filepath.cabal
@@ -1,5 +1,5 @@
 name:                hpath-filepath
-version:             0.10.0
+version:             0.10.1
 synopsis:            ByteString based filepath manipulation
 description:         ByteString based filepath manipulation, similar to 'filepath' package. This is POSIX only.
 -- bug-reports:
