From 7a3d54f1f3c25ba1602b3ed0435358f18a454e3f Mon Sep 17 00:00:00 2001 From: Oleksandr Vidinieiev Date: Mon, 20 Nov 2023 17:32:53 +0200 Subject: [PATCH] Update NEWS for release 24.0.8 --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index ff5cd6c4c6..cdd03f1fed 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +## 24.0.8 2023-11-20 + +* Handle circulation rules update events (CIRC-1958) + ## 24.0.7 2023-11-15 * Asynchronously publish the ITEM_CHECKED_OUT event and ignore the result (CIRC-1950)