From 93cbfbc606dc195f9efbf000b6fcf7dc9e68817a Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Sun, 26 Oct 2025 21:17:34 -0500 Subject: [PATCH] Release 1.5.55 --- Directory.Build.props | 8 ++++---- RELEASE_NOTES.md | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 7fcfefcd6..c0587c59b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,9 +2,9 @@ Copyright © 2013-$([System.DateTime]::Now.Year) Akka.NET Team Akka.NET Team - 1.5.52 - * Update to [Akka.NET v1.5.55](https://github.com/akkadotnet/akka.net/releases/tag/1.5.55) -* Update to [Akka.Hosting v1.5.55](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.55) + 1.5.55 + * [Improve logging for Cluster.Bootstrap hostname matching diagnostics](https://github.com/akkadotnet/Akka.Management/pull/3388) - fixes [#3387](https://github.com/akkadotnet/Akka.Management/issues/3387) +* [Update Akka.Hosting and Pbm versions](https://github.com/akkadotnet/Akka.Management/pull/3389) https://getakka.net/images/akkalogo.png https://github.com/akkadotnet/Akka.Management Apache-2.0 @@ -46,4 +46,4 @@ true snupkg - + \ No newline at end of file diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1b1c6d1e7..512bd15a9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,8 @@ +#### 1.5.55 October 26th 2025 #### + +* [Improve logging for Cluster.Bootstrap hostname matching diagnostics](https://github.com/akkadotnet/Akka.Management/pull/3388) - fixes [#3387](https://github.com/akkadotnet/Akka.Management/issues/3387) +* [Update Akka.Hosting and Pbm versions](https://github.com/akkadotnet/Akka.Management/pull/3389) + #### 1.5.52 October 9th 2025 #### * Update to [Akka.NET v1.5.52](https://github.com/akkadotnet/akka.net/releases/tag/1.5.52)