diff --git a/changelog.md b/changelog.md
index e213c204cb4d55e96c9a22327f18176ad2f7bdb3..097291b53811e09e09e300e5be16bb4db3b86537 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,10 @@
 
 _Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
 
+## 1.4.100.2 *Feb 2023*
+
+* Speed up `splitFileName`, `splitExtension`, `readDriveLetter` and various other helpers (up to 20x faster) by @Bodigrim
+
 ## 1.4.100.1 *Feb 2023*
 
 * Fix regression in `System.FilePath.Windows.normalise` wrt [#187](https://github.com/haskell/filepath/issues/187)
diff --git a/filepath.cabal b/filepath.cabal
index a33ba5f2c2e8f0a2e212d93a1f08a4a94001eb4f..e6e3cf7090885f5eb27d11179dc7b832d2d5c403 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               filepath
-version:            1.4.100.1
+version:            1.4.100.2
 
 -- NOTE: Don't forget to update ./changelog.md
 license:            BSD-3-Clause