diff --git a/changelog.md b/changelog.md
index 1e526b5afa30cdee5c94fcf2bd24e7ddc42d17d9..e21fb5d6bb697f50807d6fadef04edd14473ec50 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,13 +1,13 @@
 # Changelog for [`deepseq` package](http://hackage.haskell.org/package/deepseq)
 
-## 1.4.1.0  *TBA*
+## 1.4.1.0  *Mar 2015*
 
+  * Bundled with GHC 7.10.1
   * Drop redundant constraints from a few `NFData` instances (if
     possible for a given `base` version)
 
 ## 1.4.0.0  *Dec 2014*
 
-  * Bundled with GHC 7.10.1
   * Switch to Generics based `DefaultSignature` `rnf` method
     implementation (based on code from `deepseq-generics`)