File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
55
6+ ## [ Unreleased]
7+
68## [ 0.5.0] - 2025-12-15
79### Added
810- Add the APIs of the following add-ons:
@@ -201,6 +203,7 @@ ensure it's automatically sent in all API requests.
201203### Changed
202204- Moved from the main ` zaproxy ` repository.
203205
206+ [ Unreleased ] : https://github.com/zaproxy/zap-api-python/compare/0.5.0...HEAD
204207[ 0.5.0 ] : https://github.com/zaproxy/zap-api-python/compare/0.4.0...0.5.0
205208[ 0.4.0 ] : https://github.com/zaproxy/zap-api-python/compare/0.3.2...0.4.0
206209[ 0.3.2 ] : https://github.com/zaproxy/zap-api-python/compare/0.3.1...0.3.2
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55[tool .poetry ]
66name = " zaproxy"
77# Ensure __version__ in src/zapv2/__init__.py matches.
8- version = " 0.5 .0"
8+ version = " 0.6 .0"
99description = " ZAP API Client"
1010readme = " README.md"
1111authors = [" ZAP Development Team <zaproxy-develop@googlegroups.com>" ]
Original file line number Diff line number Diff line change 2020"""
2121
2222__docformat__ = 'restructuredtext'
23- __version__ = '0.5 .0'
23+ __version__ = '0.6 .0'
2424
2525import requests
2626from requests .packages .urllib3 .exceptions import InsecureRequestWarning
You can’t perform that action at this time.
0 commit comments