diff --git a/HISTORY.rst b/HISTORY.rst index 6adc65c..ec7e855 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,10 @@ Release History =============== +v0.8.1 (2017-07-20) +------------------- +* Upgrade python-owasp-zap-v2.4 dependency to 0.0.11 + v0.8.0 (2017-07-11) ------------------- * Fix support for unicode characters in reports diff --git a/zapcli/__init__.py b/zapcli/__init__.py index dbdb53f..7b5099c 100644 --- a/zapcli/__init__.py +++ b/zapcli/__init__.py @@ -4,4 +4,4 @@ .. moduleauthor:: Daniel Grunwell (grunny) """ -__version__ = '0.8.0' +__version__ = '0.8.1'