Skip to content

Commit

Permalink
Merge pull request #3227 from zapbot/release
Browse files Browse the repository at this point in the history
Release add-on(s)
  • Loading branch information
kingthorin authored Oct 7, 2021
2 parents ccb0fd9 + 1966e00 commit 5636fdd
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 16 deletions.
3 changes: 2 additions & 1 deletion addOns/custompayloads/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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] - 2021-10-07
### Changed
- Update minimum ZAP version to 2.11.0.

Expand All @@ -20,5 +20,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First version.

[0.11.0]: https://github.com/zaproxy/zap-extensions/releases/custompayloads-v0.11.0
[0.10.0]: https://github.com/zaproxy/zap-extensions/releases/custompayloads-v0.10.0
[0.9.0]: https://github.com/zaproxy/zap-extensions/releases/custompayloads-v0.9.0
2 changes: 1 addition & 1 deletion addOns/custompayloads/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.11.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/directorylistv2_3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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
## [4] - 2021-10-07
### Added
- Add help.
- Add repo URL.
Expand All @@ -25,3 +25,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First release as an add-on, previously bundled with ZAP core.

[4]: https://github.com/zaproxy/zap-extensions/releases/directorylistv2_3-v4
2 changes: 1 addition & 1 deletion addOns/directorylistv2_3/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=4
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/directorylistv2_3_lc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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
## [4] - 2021-10-07
### Added
- Add help.
- Add repo URL.
Expand All @@ -24,3 +24,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First release as an add-on, previously bundled with ZAP core.

[4]: https://github.com/zaproxy/zap-extensions/releases/directorylistv2_3_lc-v4
2 changes: 1 addition & 1 deletion addOns/directorylistv2_3_lc/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=4
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/fuzzdb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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
## [8] - 2021-10-07
### Changed
- Update minimum ZAP version to 2.11.0.

Expand Down Expand Up @@ -47,6 +47,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

First version.

[8]: https://github.com/zaproxy/zap-extensions/releases/fuzzdb-v8
[7]: https://github.com/zaproxy/zap-extensions/releases/fuzzdb-v7
[6]: https://github.com/zaproxy/zap-extensions/releases/fuzzdb-v6
[5]: https://github.com/zaproxy/zap-extensions/releases/fuzzdb-v5
2 changes: 1 addition & 1 deletion addOns/fuzzdb/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=8
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/groovy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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
## [3.1.0] - 2021-10-07
### Added
- encode-decode default template.

Expand Down Expand Up @@ -36,4 +36,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial Release

[3.1.0]: https://github.com/zaproxy/zap-extensions/releases/groovy-v3.1.0
[3.0.0]: https://github.com/zaproxy/zap-extensions/releases/groovy-v3.0.0
2 changes: 1 addition & 1 deletion addOns/groovy/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=3.1.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/jsonview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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
## [2] - 2021-10-07
### Added
- Add help.
- Add the main context menu to the JSON view.
Expand All @@ -17,3 +17,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Initial release

[2]: https://github.com/zaproxy/zap-extensions/releases/jsonview-v2
2 changes: 1 addition & 1 deletion addOns/jsonview/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=2
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/viewstate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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
## [3] - 2021-10-07
### Changed
- Update minimum ZAP version to 2.11.0.
- Maintenance changes.
Expand All @@ -23,4 +23,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).



[3]: https://github.com/zaproxy/zap-extensions/releases/viewstate-v3
[2]: https://github.com/zaproxy/zap-extensions/releases/viewstate-v2
2 changes: 1 addition & 1 deletion addOns/viewstate/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=3
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/wappalyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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.4.0] - 2021-10-07
### Changed
- Updated with upstream Wappalyzer icon and pattern changes.
- Updated to handle upstream Wappalyzer data file changes (Issue 6784).
Expand Down Expand Up @@ -185,6 +185,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- First version


[21.4.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.4.0
[21.3.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.3.0
[21.2.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.2.0
[21.1.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.1.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/wappalyzer/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=21.4.0
release=false
release=true

0 comments on commit 5636fdd

Please sign in to comment.