Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down