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)