diff --git a/CHANGELOG.md b/CHANGELOG.md
index 855e29e53..9b37ba102 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,14 @@
Release Notes
====
-# 11-15-2023
+# 11-16-2023
DotNext 4.15.2
* Reduced memory allocation caused by async methods using [SpawningAsyncTaskMethodBuilder](https://dotnet.github.io/dotNext/api/DotNext.Runtime.CompilerServices.SpawningAsyncTaskMethodBuilder.html) state machine builder
+* Fixed [204](https://github.com/dotnet/dotNext/issues/204)
+
+DotNext.Threading 4.15.2
+* Fixed [205](https://github.com/dotnet/dotNext/issues/205)
+* `AsyncCountdownEvent.Reset` now throws `PendingTaskInterruptedException` on every caller suspended by `WaitAsync`
DotNext.Net.Cluster 4.15.2
* Raft performance: reduced memory allocation caused by heartbeat round
diff --git a/README.md b/README.md
index bc1a99736..c161bfc02 100644
--- a/README.md
+++ b/README.md
@@ -44,10 +44,15 @@ All these things are implemented in 100% managed code on top of existing .NET AP
* [NuGet Packages](https://www.nuget.org/profiles/rvsakno)
# What's new
-Release Date: 11-15-2023
+Release Date: 11-16-2023
DotNext 4.15.2
* Reduced memory allocation caused by async methods using [SpawningAsyncTaskMethodBuilder](https://dotnet.github.io/dotNext/api/DotNext.Runtime.CompilerServices.SpawningAsyncTaskMethodBuilder.html) state machine builder
+* Fixed [204](https://github.com/dotnet/dotNext/issues/204)
+
+DotNext.Threading 4.15.2
+* Fixed [205](https://github.com/dotnet/dotNext/issues/205)
+* `AsyncCountdownEvent.Reset` now throws `PendingTaskInterruptedException` on every caller suspended by `WaitAsync`
DotNext.Net.Cluster 4.15.2
* Raft performance: reduced memory allocation caused by heartbeat round