diff --git a/protocols/kad/CHANGELOG.md b/protocols/kad/CHANGELOG.md index 35cc73e1..f0d0d689 100644 --- a/protocols/kad/CHANGELOG.md +++ b/protocols/kad/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.44.2 - unreleased +## 0.44.2 - Allow to explicitly set `Mode::{Client,Server}`. See [PR 4132] diff --git a/swarm/CHANGELOG.md b/swarm/CHANGELOG.md index 12b2856e..ecf49a38 100644 --- a/swarm/CHANGELOG.md +++ b/swarm/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.43.1 - unreleased +## 0.43.1 - Do not announce external address candidate before address translation, unless translation does not apply. This will prevent ephemeral TCP addresses being announced as external address candidates.