diff --git a/mixnode/CHANGELOG.md b/mixnode/CHANGELOG.md index 553a967807..2f41201d97 100644 --- a/mixnode/CHANGELOG.md +++ b/mixnode/CHANGELOG.md @@ -1,5 +1,10 @@ # nym-mixnode Changelog +## 0.3.2 + +* added separate announce address +* allows announcing dns hostname instead of an ip address + ## 0.3.1 * Fixed crash when directory server goes down diff --git a/nym-client/CHANGELOG.md b/nym-client/CHANGELOG.md index 02c638b629..34ed4c2dd2 100644 --- a/nym-client/CHANGELOG.md +++ b/nym-client/CHANGELOG.md @@ -1,5 +1,9 @@ # nym-client Changelog +## 0.3.2 + +* allows receiving topology with dns hostname instead of an ip address + ## 0.3.1 * Version increase for consistency with `nym-mixnode` and `nym-sfw-provider` diff --git a/sfw-provider/CHANGELOG.md b/sfw-provider/CHANGELOG.md index 6379cbed8a..6da245a539 100644 --- a/sfw-provider/CHANGELOG.md +++ b/sfw-provider/CHANGELOG.md @@ -1,5 +1,9 @@ # nym-sfw-provider Changelog +## 0.3.2 + +* Version increase for consistency with `nym-mixnode` and `nym-client` + ## 0.3.1 * Fixed crash when directory server goes down