From 91ff47b037cb058f2f73957e60448d028f1245ff Mon Sep 17 00:00:00 2001 From: ltraveler Date: Fri, 5 Nov 2021 22:51:28 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6846d32..2465a9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.2.0 (Nov 05, 2021) + +### Bug Fixes + +- The script is always checking that the ports from config.json are opened before to run a new Idena instance. If the port is closed the script is asking to change the port number to another one. + ## 0.1.9 (Nov 01, 2021) ### Bug Fixes