diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e3a675207..bd38641c87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # nym-mixnode Changelog +## 0.2.0 + +* removed the `--local` flag +* introduced `--directory` argument to support arbitrary directory servers. Leaving it out will point the node at the "https://directory.nymtech.net" alpha testnet server +* the `host` argument is now required +* IPv6 support +* mixnode version number is now shown at node start +* directory server location is now shown at node start + ## 0.1.0 - Initial Release -* The bare minimum set of features required by a Nym Mixnode \ No newline at end of file +* The bare minimum set of features required by a Nym Mixnode