diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
 # Revision history for timestats
 
-## next
+## 0.1.4.1 -- 2024-05-23
 
 * Add `Debug.TimeStats.Unsafe.unsafeMeasureM` to measure in some more monads.
 * Expose `Debug.TimeStats.enabled`.
diff --git a/timestats.cabal b/timestats.cabal
--- a/timestats.cabal
+++ b/timestats.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               timestats
-version:            0.1.4
+version:            0.1.4.1
 
 synopsis: A library for profiling time in Haskell applications
 
