From 2c339a1f739ecf473b9b8782c3ad2c38ca94208a Mon Sep 17 00:00:00 2001
From: Marco Clemencic <marco.clemencic@cern.ch>
Date: Thu, 19 Dec 2024 15:29:55 +0100
Subject: [PATCH] update release notes

---
 CHANGELOG.md | 3 ++-
 CITATION.cff | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb23ff6010..880996a2f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ Project Coordinators: Marco Clemencic @clemenci, Charles Leggett @leggett
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
 
 
-## [v39r2](https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v39r2) - 2024-12-16
+## [v39r2](https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v39r2) - 2024-12-19
 This is a minor update just to wrap up 2024. We have some clean up, but mostly
 bug fixes.
 
@@ -29,6 +29,7 @@ A special thanks to all the people that contributed to this release:
 - Add parser for `std::map<std::string, std::pair<int, int>>` properties (!1676)
 
 ### Fixed
+- `Histograming/Sink/Utils.h`: Fix calculation of stats for (profile) histograms (gaudi/Gaudi#351, gaudi/Gaudi!1684)
 - Cleanup headers and imports (gaudi/Gaudi!1645)
 - Fixed ROOT Sink for Profile histograms 1D (gaudi/Gaudi#347, gaudi/Gaudi!1675)
 - Improve pytest coverage report modules selection (gaudi/Gaudi!1679)
diff --git a/CITATION.cff b/CITATION.cff
index b659bb0484..9ae0b4b6eb 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -25,4 +25,4 @@ keywords:
   - Software Framework
 license: Apache-2.0
 version: v39r2
-date-released: '2024-12-16'
+date-released: '2024-12-19'
-- 
GitLab