diff --git a/HISTORY.rst b/HISTORY.rst index 263b151..f046084 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,10 @@ Release History =============== +v0.6.0 (2017-03-29) +------------------- +* Update zap-cli to support ZAP 2.6.0 + v0.5.0 (2017-03-27) ------------------- * Add commands for managing scripts diff --git a/zapcli/__init__.py b/zapcli/__init__.py index ffb0b8f..7d1923d 100644 --- a/zapcli/__init__.py +++ b/zapcli/__init__.py @@ -4,4 +4,4 @@ .. moduleauthor:: Daniel Grunwell (grunny) """ -__version__ = '0.5.0' +__version__ = '0.6.0'