From f4eb5a85c2732f8f5a03ef8af88d6aff90945415 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Thu, 4 Aug 2022 18:48:01 -0400
Subject: [PATCH] Release 2.5.1.0

---
 changelog.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/changelog.md b/changelog.md
index f437386..ddcc400 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,6 @@
 # Changelog for [`stm` package](http://hackage.haskell.org/package/stm)
 
-## 2.5.1.0 *TBD*
+## 2.5.1.0 *Aug 2022*
 
   * Teach `flushTBQueue` to only flush queue when necessary
   * Introduce `Control.Concurrent.STM.TMVar.writeTMVar`
-- 
GitLab