From 49c1c393808469c13dd266445732f050eb1e4f6a Mon Sep 17 00:00:00 2001
From: Colm Talbot <colm.talbot@ligo.org>
Date: Fri, 23 Feb 2024 15:56:44 +0000
Subject: [PATCH] REL: Version 2.2.3 release

---
 CHANGELOG.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce99429b3..a6cdc8d16 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
 # All notable changes will be documented in this file
 
+## [2.2.3] 2024-02-24
+Version 2.2.3 release of Bilby
+
+This is a bugfix release 
+
+There are also a number of testing/infrastructure updates.
+
+### Changes
+- Fix a bug when the specified maximum frequency is too low for the multibanding likelihood (!1279)
+- Allow the `DirichletElement` prior to be pickled (!1312)
+- Add the ability to change the pool size when resuming a `dynesty` job (!1315)
+- Fix how the random seed is passed to `dynesty` (!1319)
+
 ## [2.2.2] 2023-11-29
 Version 2.2.2 release of Bilby
 
-- 
GitLab