From 47afe858119b032942d01408b3b3f9c04fbc6f74 Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Thu, 22 May 2025 01:19:38 +0700 Subject: [PATCH] Update RELEASE_NOTES.md for 1.5.42 release --- RELEASE_NOTES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 26edf95f..d3c615e8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,4 @@ -#### 1.5.40 March 24th 2025 #### +#### 1.5.42 May 21st 2025 #### -* [Bump AkkaVersion from 1.5.39 to 1.5.40](https://github.com/akkadotnet/akka.net/releases/tag/1.5.40) +* [Bump AkkaVersion from 1.5.40 to 1.5.42](https://github.com/akkadotnet/akka.net/releases/tag/1.5.42) +* [Fix `.WithDistributedData()` to start `DistributedDataProvider` automatically](https://github.com/akkadotnet/Akka.Hosting/pull/597)