Skip to content

Commit

Permalink
Merge pull request #5148 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 Dec 7, 2023
2 parents 8d45b7c + a11b153 commit f944526
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 10 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


## [59] - 2023-12-07
### Added
- Support for mutations in reflected XSS 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=59
release=true
version=60
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.20.0] - 2023-12-07

### Changed
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.20.0
release=true
version=1.21.0
release=false
zap.maven.publish=true
zap.maven.pom.inceptionyear=2020
zap.japicmp=true
Expand Down
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


## [66] - 2023-12-07
### Changed
- Update ChromeDriver to 120.0.6099.71.
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=66
release=true
version=67
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


## [66] - 2023-12-07
### Changed
- Update ChromeDriver to 120.0.6099.71.
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=66
release=true
version=67
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


## [66] - 2023-12-07
### Changed
- Update ChromeDriver to 120.0.6099.71.
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=66
release=true
version=67
release=false

0 comments on commit f944526

Please sign in to comment.