From f3513b1a33d2f407335e3e80029a6d0f168e81f1 Mon Sep 17 00:00:00 2001 From: thc202 Date: Mon, 15 Dec 2025 10:21:58 +0000 Subject: [PATCH] Release 0.5.0 Update changelog for release. Signed-off-by: thc202 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdeb4e2..733d7f6 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.5.0] - 2025-12-15 ### Added - Add the APIs of the following add-ons: - Client Side Integration version 0.20.0; @@ -201,7 +201,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.4.0...HEAD +[0.5.0]: https://github.com/zaproxy/zap-api-python/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/zaproxy/zap-api-python/compare/0.3.2...0.4.0 [0.3.2]: https://github.com/zaproxy/zap-api-python/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/zaproxy/zap-api-python/compare/0.3.0...0.3.1