diff --git a/addOns/openapi/CHANGELOG.md b/addOns/openapi/CHANGELOG.md index f9f07cc1c31..e06bd74e484 100644 --- a/addOns/openapi/CHANGELOG.md +++ b/addOns/openapi/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## [43] - 2024-09-23 ### Added - Allow to import the OpenAPI definitions with a user (Issue 7739). - Honour context exclusions when importing (Issue 8021). @@ -325,6 +325,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - First Version +[43]: https://github.com/zaproxy/zap-extensions/releases/openapi-v43 [42]: https://github.com/zaproxy/zap-extensions/releases/openapi-v42 [41]: https://github.com/zaproxy/zap-extensions/releases/openapi-v41 [40]: https://github.com/zaproxy/zap-extensions/releases/openapi-v40 diff --git a/addOns/openapi/gradle.properties b/addOns/openapi/gradle.properties index 4877de59090..bf6a6204115 100644 --- a/addOns/openapi/gradle.properties +++ b/addOns/openapi/gradle.properties @@ -1,2 +1,2 @@ version=43 -release=false +release=true diff --git a/addOns/spider/CHANGELOG.md b/addOns/spider/CHANGELOG.md index e79a7314d08..b5a72fcae48 100644 --- a/addOns/spider/CHANGELOG.md +++ b/addOns/spider/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this add-on will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.12.0] - 2024-09-23 ### Added - Allow the parsers to obtain the context and user being used by/in the current spidering scan (Issue 8021 and 7739). @@ -105,6 +105,7 @@ The following table illustrates the changes versus the previous core release(s) | | SVG image files are parsed to identify HREF attributes and extract/resolve any contained links. (Issue 4984) | | | Irrelevant Parameters - Allows to manage the parameters that should be removed when canonicalising the URLs found. The session token names defined in the HTTP Sessions options are taken into account and removed (Issue 4388). | +[0.12.0]: https://github.com/zaproxy/zap-extensions/releases/spider-v0.12.0 [0.11.0]: https://github.com/zaproxy/zap-extensions/releases/spider-v0.11.0 [0.10.0]: https://github.com/zaproxy/zap-extensions/releases/spider-v0.10.0 [0.9.0]: https://github.com/zaproxy/zap-extensions/releases/spider-v0.9.0 diff --git a/addOns/spider/gradle.properties b/addOns/spider/gradle.properties index c22cf0fe17f..edd499ad649 100644 --- a/addOns/spider/gradle.properties +++ b/addOns/spider/gradle.properties @@ -1,5 +1,5 @@ version=0.12.0 -release=false +release=true zap.maven.publish=true zap.maven.pom.inceptionyear=2022 zap.japicmp=true