diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,7 @@
-0.9.3
+0.9.5
   * Add `splitDrive`, `takeDrive`, `dropDrive` and `isDrive`.
+
+  0.9.4 was an accidental release of the unreleased 0.9.3 without the appropriate changelog.
 
 0.9.2
   * Data instances for Rel, Abs, File, and Dir.
diff --git a/path.cabal b/path.cabal
--- a/path.cabal
+++ b/path.cabal
@@ -1,5 +1,5 @@
 name:                path
-version:             0.9.4
+version:             0.9.5
 synopsis:            Support for well-typed paths
 description:         Support for well-typed paths.
 license:             BSD3
