Skip to content

Commit

Permalink
Merge pull request #4999 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 Oct 12, 2023
2 parents 356484d + 389a150 commit e267da5
Show file tree
Hide file tree
Showing 32 changed files with 80 additions and 32 deletions.
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.7.0] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.
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.7.0
release=true
version=0.8.0
release=false
3 changes: 3 additions & 0 deletions addOns/formhandler/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


## [6.5.0] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.
Expand Down
4 changes: 2 additions & 2 deletions addOns/formhandler/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=6.5.0
release=true
version=6.6.0
release=false
3 changes: 3 additions & 0 deletions addOns/fuzz/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.12.0] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.
Expand Down
4 changes: 2 additions & 2 deletions addOns/fuzz/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=13.12.0
release=true
version=13.13.0
release=false
zap.maven.publish=true
zap.maven.pom.inceptionyear=2015
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


## [16] - 2023-10-12
### Changed
- Update Getting Started Guide.
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=16
release=true
version=17
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.5.0] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.
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.5.0
release=true
version=0.6.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.20.0] - 2023-10-12
### Added
- Fingerprinting check for the Absinthe GraphQL engine.
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.20.0
release=true
version=0.21.0
release=false
3 changes: 3 additions & 0 deletions addOns/invoke/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


## [14] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.
Expand Down
4 changes: 2 additions & 2 deletions addOns/invoke/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=14
release=true
version=15
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.12.0] - 2023-10-12
### Added
- Allow to completely disable host header normalization.
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.12.0
release=true
version=0.13.0
release=false
zap.maven.publish=true
zap.maven.pom.inceptionyear=2021
3 changes: 3 additions & 0 deletions addOns/oast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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.17.0] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.
Expand Down
4 changes: 2 additions & 2 deletions addOns/oast/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.17.0
release=true
version=0.18.0
release=false
3 changes: 3 additions & 0 deletions addOns/onlineMenu/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


## [12] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.
Expand Down
4 changes: 2 additions & 2 deletions addOns/onlineMenu/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=12
release=true
version=13
release=false
3 changes: 3 additions & 0 deletions addOns/openapi/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


## [37] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.
Expand Down
4 changes: 2 additions & 2 deletions addOns/openapi/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=37
release=true
version=38
release=false
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


## [52] - 2023-10-12
### Fixed
- The CSRF Countermeasures scan rule now skips responses that are not HTML (Issue 7890).
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=52
release=true
version=53
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


## [43] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.
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=43
release=true
version=44
release=false
3 changes: 3 additions & 0 deletions addOns/replacer/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


## [15] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.
Expand Down
4 changes: 2 additions & 2 deletions addOns/replacer/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=15
release=true
version=16
release=false
3 changes: 3 additions & 0 deletions addOns/reports/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.26.0] - 2023-10-12
### Changed
- Update minimum ZAP version to 2.14.0.
Expand Down
4 changes: 2 additions & 2 deletions addOns/reports/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.26.0
release=true
version=0.27.0
release=false
3 changes: 3 additions & 0 deletions addOns/requester/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


## [7.4.0] - 2023-10-12
### Added
- Option to manipulate Host header.
Expand Down
4 changes: 2 additions & 2 deletions addOns/requester/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=7.4.0
release=true
version=7.5.0
release=false

0 comments on commit e267da5

Please sign in to comment.