Skip to content

Commit

Permalink
Merge pull request #5759 from zapbot/bump-version
Browse files Browse the repository at this point in the history
Prepare next dev iteration(s)
  • Loading branch information
thc202 authored Sep 24, 2024
2 parents 2d06139 + 71af276 commit 26dfc6c
Show file tree
Hide file tree
Showing 30 changed files with 75 additions and 30 deletions.
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


## [68] - 2024-09-24
### Changed
- Maintenance changes.
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=68
release=true
version=69
release=false
3 changes: 3 additions & 0 deletions addOns/ascanrulesBeta/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


## [56] - 2024-09-24
### Changed
- Log exception details in Out of Band XSS scan rule.
Expand Down
4 changes: 2 additions & 2 deletions addOns/ascanrulesBeta/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=56
release=true
version=57
release=false
3 changes: 3 additions & 0 deletions addOns/commonlib/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


## [1.28.0] - 2024-09-24
### Changed
- Maintenance changes.
Expand Down
4 changes: 2 additions & 2 deletions addOns/commonlib/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=1.28.0
release=true
version=1.29.0
release=false
zap.maven.publish=true
zap.maven.pom.inceptionyear=2020
zap.japicmp=true
Expand Down
3 changes: 3 additions & 0 deletions addOns/exim/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.11.0] - 2024-09-24
### Changed
- Leverage Jackson library from the Common Library add-on.
Expand Down
4 changes: 2 additions & 2 deletions addOns/exim/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.11.0
release=true
version=0.12.0
release=false
3 changes: 3 additions & 0 deletions addOns/fuzzai/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.0.1] - 2024-09-24
### Added
- First version
Expand Down
4 changes: 2 additions & 2 deletions addOns/fuzzai/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.0.1
release=true
version=0.1.0
release=false
3 changes: 3 additions & 0 deletions addOns/gettingStarted/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


## [18] - 2024-09-24
### Changed
- Rebrand to ZAP by Checkmarx.
Expand Down
4 changes: 2 additions & 2 deletions addOns/gettingStarted/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=18
release=true
version=19
release=false
3 changes: 3 additions & 0 deletions addOns/graaljs/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.8.0] - 2024-09-24
### Added
- Document the engine name in the help page.
Expand Down
4 changes: 2 additions & 2 deletions addOns/graaljs/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.8.0
release=true
version=0.9.0
release=false
3 changes: 3 additions & 0 deletions addOns/graphql/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/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased


## [0.25.0] - 2024-09-24
### Changed
- Dependency updates.
Expand Down
4 changes: 2 additions & 2 deletions addOns/graphql/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.25.0
release=true
version=0.26.0
release=false
3 changes: 3 additions & 0 deletions addOns/network/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


## [0.18.0] - 2024-09-24
### Added
- Send success/failure stats.
Expand Down
4 changes: 2 additions & 2 deletions addOns/network/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.18.0
release=true
version=0.19.0
release=false
zap.maven.publish=true
zap.maven.pom.inceptionyear=2021
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


## [61] - 2024-09-24
### Changed
- Maintenance changes.
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=61
release=true
version=62
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


## [50] - 2024-09-24
### Changed
- Rebrand to ZAP by Checkmarx.
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=50
release=true
version=51
release=false
3 changes: 3 additions & 0 deletions addOns/retire/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.40.0] - 2024-09-24
### Changed
- Updated with upstream retire.js pattern changes.
Expand Down
4 changes: 2 additions & 2 deletions addOns/retire/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.40.0
release=true
version=0.41.0
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.30.0] - 2024-09-24
### Changed
- Update Selenium to version 4.25.0.
Expand Down
4 changes: 2 additions & 2 deletions addOns/selenium/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=15.30.0
release=true
version=15.31.0
release=false
3 changes: 3 additions & 0 deletions addOns/wappalyzer/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


## [21.42.0] - 2024-09-24
### Changed
- Updated with enthec upstream icon and pattern changes.
Expand Down
4 changes: 2 additions & 2 deletions addOns/wappalyzer/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=21.42.0
release=true
version=21.43.0
release=false
3 changes: 3 additions & 0 deletions addOns/zest/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


## [47] - 2024-09-24
### Fixed
- Correctly handle added scripts with no engine name.
Expand Down
4 changes: 2 additions & 2 deletions addOns/zest/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=47
release=true
version=48
release=false

0 comments on commit 26dfc6c

Please sign in to comment.