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