From 8af9b2cfc529f2b1792ae873885a22f035ddc991 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Sun, 10 Apr 2022 13:16:09 -0500 Subject: [PATCH] Added 0.2.2 release notes (#38) ## [0.2.2] / 10 April 2022 - [Bugfix: Akka.Remote.Hosting doesn't support `public-hostname` correctly](https://github.com/akkadotnet/Akka.Hosting/issues/36) --- RELEASE_NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c81b0ab9..807aa84f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,2 +1,2 @@ -## [0.2.1] / 09 April 2022 -- Bugfix: when using Akka.Remote or Akka.Cluster, don't override any custom `ProviderSelection`s provided by the user. +## [0.2.2] / 10 April 2022 +- [Bugfix: Akka.Remote.Hosting doesn't support `public-hostname` correctly](https://github.com/akkadotnet/Akka.Hosting/issues/36)