From fe6057067a2fe194f3b93f921cb1488e118294b4 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Thu, 31 Mar 2022 19:28:18 -0500 Subject: [PATCH] added v0.1.3 release notes --- RELEASE_NOTES.md | 5 +++-- src/Directory.Build.props | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index eb39246e..48dba0db 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,2 +1,3 @@ -## [0.1.2] / 31 March 2022 -- Removed all `Cluster.Sharding` methods that rely on `ClusterShardingSettings`, since it's not practical to create those prior to starting the `ActorSystem`. +## [0.1.3] / 31 March 2022 +- Added `ShardRegionProxy` support to Akka.Cluster.Hosting +- Added `DistributedPubSub` support to Akka.Cluster.Hosting diff --git a/src/Directory.Build.props b/src/Directory.Build.props index bb408a45..6cfd5247 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -2,8 +2,9 @@ Copyright © 2013-2022 Akka.NET Team Akka.NET Team - 0.1.2 - • Removed all Cluster.Sharding methods that rely on ClusterShardingSettings%2C since it's not practical to create those prior to starting the ActorSystem. + 0.1.3 + • Added ShardRegionProxy support to Akka.Cluster.Hosting +• Added DistributedPubSub support to Akka.Cluster.Hosting