Skip to content

Commit

Permalink
Prepare next dev iteration(s)
Browse files Browse the repository at this point in the history
Update version and changelog for:
 - Active scanner rules
 - Linux WebDrivers
 - MacOS WebDrivers
 - Windows WebDrivers

Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com>
  • Loading branch information
zapbot committed Oct 23, 2024
1 parent 22990b0 commit 2fef901
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 8 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


## [69] - 2024-10-23
### Changed
- The XML External Entity Attack scan rule now include example alert functionality for documentation generation purposes (Issue 6119).
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=69
release=true
version=70
release=false
3 changes: 3 additions & 0 deletions addOns/webdrivers/webdriverlinux/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


## [110] - 2024-10-23
### Changed
- Update ChromeDriver to 130.0.6723.69.
Expand Down
4 changes: 2 additions & 2 deletions addOns/webdrivers/webdriverlinux/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=110
release=true
version=111
release=false
3 changes: 3 additions & 0 deletions addOns/webdrivers/webdrivermacos/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


## [110] - 2024-10-23
### Changed
- Update ChromeDriver to 130.0.6723.69.
Expand Down
4 changes: 2 additions & 2 deletions addOns/webdrivers/webdrivermacos/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=110
release=true
version=111
release=false
3 changes: 3 additions & 0 deletions addOns/webdrivers/webdriverwindows/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


## [110] - 2024-10-23
### Changed
- Update ChromeDriver to 130.0.6723.69.
Expand Down
4 changes: 2 additions & 2 deletions addOns/webdrivers/webdriverwindows/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=110
release=true
version=111
release=false

0 comments on commit 2fef901

Please sign in to comment.