diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a2d7122e..293e2705 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,4 @@ -## [0.3.0] / 24 May 2022 -- [Add interfaces for the `ActorRegistry` to allow mocking in tests](https://github.com/akkadotnet/Akka.Hosting/pull/42) -- [Fixed: Akka.Hosting NRE upon shutdown](https://github.com/akkadotnet/Akka.Hosting/pull/49) -- [added throw-able `ActorRegistry.Register` method](https://github.com/akkadotnet/Akka.Hosting/pull/50) -- [Akka.Cluster.Hosting: adding `ClusterSingleton` hosting methods](https://github.com/akkadotnet/Akka.Hosting/pull/51) +## [0.3.1] / 09 June 2022 +- [Fixed: WithDistributedPubSub throws NullReferenceException](https://github.com/akkadotnet/Akka.Hosting/issues/55) +- [Introduced `AddHoconFile` method](https://github.com/akkadotnet/Akka.Hosting/pull/58) +- [Upgraded to Akka.NET 1.4.39](https://github.com/akkadotnet/akka.net/releases/tag/1.4.39) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index de5b163b..a8ed25a1 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -2,11 +2,10 @@ Copyright © 2013-2022 Akka.NET Team Akka.NET Team - 0.3.0 - • [Add interfaces for the ActorRegistry to allow mocking in tests](https://github.com/akkadotnet/Akka.Hosting/pull/42) -• [Fixed: Akka.Hosting NRE upon shutdown](https://github.com/akkadotnet/Akka.Hosting/pull/49) -• [added throw-able ActorRegistry.Register method](https://github.com/akkadotnet/Akka.Hosting/pull/50) -• [Akka.Cluster.Hosting: adding ClusterSingleton hosting methods](https://github.com/akkadotnet/Akka.Hosting/pull/51) + 0.3.1 + • [Fixed: WithDistributedPubSub throws NullReferenceException](https://github.com/akkadotnet/Akka.Hosting/issues/55) +• [Introduced AddHoconFile method](https://github.com/akkadotnet/Akka.Hosting/pull/58) +• [Upgraded to Akka.NET 1.4.39](https://github.com/akkadotnet/akka.net/releases/tag/1.4.39) akkalogo.png https://github.com/akkadotnet/Akka.Hosting