update changelog beta version

This commit is contained in:
mh4x0f 2020-11-13 19:07:35 -03:00
parent abc8a8031e
commit 614c3dedea
2 changed files with 2 additions and 1 deletions

View File

@ -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 check if process hostapd is running before start threads
- added settings binary path of iptables editable - added settings binary path of iptables editable
- added waitforfinish on Qprocess for add rules iptables - added waitforfinish on Qprocess for add rules iptables
- added frist restful api implementation
### Changed ### Changed

View File

@ -1,3 +1,3 @@
__version__ = "1.0.x" __version__ = "1.0.x"
__codename__ = "Developing" __codename__ = "Developing"
__branch__ = "draft" __branch__ = "beta"