From 614c3dedea0d9cf941bbae42e574faaafc1da786 Mon Sep 17 00:00:00 2001 From: mh4x0f Date: Fri, 13 Nov 2020 19:07:35 -0300 Subject: [PATCH] update changelog beta version --- CHANGELOG.md | 1 + wifipumpkin3/_version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7737808..37685f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. - added check if process hostapd is running before start threads - added settings binary path of iptables editable - added waitforfinish on Qprocess for add rules iptables +- added frist restful api implementation ### Changed diff --git a/wifipumpkin3/_version.py b/wifipumpkin3/_version.py index 3fa7409..069fb6a 100644 --- a/wifipumpkin3/_version.py +++ b/wifipumpkin3/_version.py @@ -1,3 +1,3 @@ __version__ = "1.0.x" __codename__ = "Developing" -__branch__ = "draft" \ No newline at end of file +__branch__ = "beta" \ No newline at end of file