From 26ffeb00ae12b6de5391e230e4b9a7da578046ad Mon Sep 17 00:00:00 2001 From: thc202 Date: Wed, 14 Oct 2020 15:47:36 +0100 Subject: [PATCH] Release 0.0.17 Update changelog. Signed-off-by: thc202 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5f997..60a8445 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.17] - 2020-10-14 ### Added - Add API for GraphQL add-on, version 0.2.0. @@ -83,7 +83,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.16...HEAD +[0.0.17]: https://github.com/zaproxy/zap-api-python/compare/0.0.16...0.0.17 [0.0.16]: https://github.com/zaproxy/zap-api-python/compare/0.0.15...0.0.16 [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