From c1a898703e828cbcb3e4c16657ed14296bcb2b82 Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Fri, 14 Jun 2024 02:10:20 +0700 Subject: [PATCH] Update RELEASE_NOTES.md for 1.5.24 release (#405) --- RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 57258bf1..748ff4ab 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,10 @@ +#### 1.5.24 June 13th 2024 #### + +* [Bump AkkaVersion to 1.5.24](https://github.com/akkadotnet/akka.net/releases/tag/1.5.24) +* [Bump Akka.Hosting version to 1.5.24](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.24) +* [Fix missing Query configuration value override for non-default journal ids](https://github.com/akkadotnet/Akka.Persistence.Sql/pull/404) +* [Bump System.Reactive.Linq version to 6.0.1](https://github.com/akkadotnet/Akka.Persistence.Sql/pull/389) + #### 1.5.20 May 8th 2024 #### * [Fix missing take and optimize captures](https://github.com/akkadotnet/Akka.Persistence.Sql/pull/347)