diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe893b3ce..abe1b871c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
Release Notes
====
+# 07-01-2024
+DotNext.Threading 5.9.0
+* Added `WaitAnyAsync` overload method to wait on a group of cancellation tokens that supports interruption
+
+DotNext.Net.Cluster 5.7.2
+* Fixed [244](https://github.com/dotnet/dotNext/issues/244)
+
+DotNext.AspNetCore.Cluster 5.7.2
+* Fixed [244](https://github.com/dotnet/dotNext/issues/244)
+
# 06-26-2024
DotNext.Net.Cluster 5.7.1
* Improved reliability of disk I/O for the new WAL binary format
diff --git a/README.md b/README.md
index ecc4146dc..aa1b4c17a 100644
--- a/README.md
+++ b/README.md
@@ -44,18 +44,21 @@ 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: 06-26-2024
+Release Date: 07-01-2024
-DotNext.Net.Cluster 5.7.1
-* Improved reliability of disk I/O for the new WAL binary format
+DotNext.Threading 5.9.0
+* Added `WaitAnyAsync` overload method to wait on a group of cancellation tokens that supports interruption
-DotNext.AspNetCore.Cluster 5.7.1
-* Improved reliability of disk I/O for the new WAL binary format
+DotNext.Net.Cluster 5.7.2
+* Fixed [244](https://github.com/dotnet/dotNext/issues/244)
+
+DotNext.AspNetCore.Cluster 5.7.2
+* Fixed [244](https://github.com/dotnet/dotNext/issues/244)
Changelog for previous versions located [here](./CHANGELOG.md).
# Release & Support Policy
-The libraries are versioned according with [Semantic Versioning 2.0](https://semver.org/).
+The libraries are versioned according to [Semantic Versioning 2.0](https://semver.org/).
| Version | .NET compatibility | Support Level |
| ---- | ---- | ---- |