diff --git a/CHANGELOG.md b/CHANGELOG.md index e386e91..84767ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [0.0.15] - 2019-06-14 ### Added - Add API for Context Alert Filters add-on, version 8. - Add API for WebSockets add-on, version 19. @@ -61,7 +61,7 @@ ensure it's automatically sent in all API requests. ### Changed - Moved from the main `zaproxy` repository. -[Unreleased]: https://github.com/zaproxy/zap-api-python/compare/0.0.14...HEAD +[0.0.15]: https://github.com/zaproxy/zap-api-python/compare/0.0.14...0.0.15 [0.0.14]: https://github.com/zaproxy/zap-api-python/compare/0.0.13...0.0.14 [0.0.13]: https://github.com/zaproxy/zap-api-python/compare/0.0.12...0.0.13 [0.0.12]: https://github.com/zaproxy/zap-api-python/compare/0.0.11...0.0.12 diff --git a/setup.py b/setup.py index 6f91a6b..7b4c478 100755 --- a/setup.py +++ b/setup.py @@ -27,8 +27,8 @@ setup( name="python-owasp-zap-v2.4", version="0.0.15", - description="OWASP ZAP 2.7 API client", - long_description="OWASP Zed Attack Proxy 2.7 API python client (the 2.4 package name has been kept to make it easier to upgrade)", + description="OWASP ZAP 2.8 API client", + long_description="OWASP Zed Attack Proxy 2.8 API python client (the 2.4 package name has been kept to make it easier to upgrade)", author="ZAP development team", author_email='', url="https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project",