From e443721f7ef3205a1f41c2f67bea734888295b1f Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Fri, 4 Aug 2023 02:31:26 +0700 Subject: [PATCH] Update release notes for 1.5.12 release (#349) * Update RELEASE_NOTES.md for 1.5.12 releaes * Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a47f50e5..e3222949 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +## [1.5.12] / 3 August 2023 + +* [Update Akka.NET to 1.5.12](https://github.com/akkadotnet/akka.net/releases/tag/1.5.12) +* [TestKit: Fix missing actor context on test start](https://github.com/akkadotnet/Akka.Hosting/pull/346) +* [Remote: Add SSL settings into RemoteOptions](https://github.com/akkadotnet/Akka.Hosting/pull/345) + ## [1.5.8.1] / 12 July 2023 * [[Akka.Cluster.Hosting] Fix missing ClusterClient default HOCON configuration](https://github.com/akkadotnet/Akka.Hosting/pull/337)