Skip to content

Commit

Permalink
Merge pull request #5753 from zapbot/release
Browse files Browse the repository at this point in the history
  • Loading branch information
kingthorin authored Sep 23, 2024
2 parents c64f6e9 + 42062ce commit 73cf76c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion addOns/openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion addOns/openapi/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=43
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/spider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion addOns/spider/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=0.12.0
release=false
release=true
zap.maven.publish=true
zap.maven.pom.inceptionyear=2022
zap.japicmp=true
Expand Down

0 comments on commit 73cf76c

Please sign in to comment.