Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions addOns/accessControl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ 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


## [13] - 2026-06-26
### Changed
- Formatted JavaScript files for consistency.
Expand Down
4 changes: 2 additions & 2 deletions addOns/accessControl/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=13
release=true
version=14
release=false
3 changes: 3 additions & 0 deletions addOns/ascanrules/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ 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


## [83] - 2026-06-26
### Changed
- Updated a reference link for the XSLT Injection scan rule.
Expand Down
4 changes: 2 additions & 2 deletions addOns/ascanrules/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=83
release=true
version=84
release=false
3 changes: 3 additions & 0 deletions addOns/callhome/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ 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


## [0.22.0] - 2026-06-26
### Removed
- Stop collecting "stats.auth.detect.session.*".
Expand Down
4 changes: 2 additions & 2 deletions addOns/callhome/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.22.0
release=true
version=0.23.0
release=false
3 changes: 3 additions & 0 deletions addOns/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ 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


## [0.28.0] - 2026-06-26
### Added
- Client Spider existingOnly option, e.g. for scan rules.
Expand Down
4 changes: 2 additions & 2 deletions addOns/client/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.28.0
release=true
version=0.29.0
release=false
zap.maven.publish=true
zap.maven.pom.inceptionyear=2023
3 changes: 3 additions & 0 deletions addOns/pscanrules/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ 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


## [74] - 2026-06-26
### Changed
- Update dependency.
Expand Down
4 changes: 2 additions & 2 deletions addOns/pscanrules/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=74
release=true
version=75
release=false
3 changes: 3 additions & 0 deletions addOns/quickstart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ 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


## [57] - 2026-06-26
### Added
- Option to select modern spider.
Expand Down
4 changes: 2 additions & 2 deletions addOns/quickstart/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=57
release=true
version=58
release=false
3 changes: 3 additions & 0 deletions addOns/selenium/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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


## [15.51.0] - 2026-06-26
### Changed
- Update Selenium to version 4.45.0.
Expand Down
4 changes: 2 additions & 2 deletions addOns/selenium/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=15.51.0
release=true
version=15.52.0
release=false
zap.maven.publish=true
zap.maven.pom.inceptionyear=2015
Loading