Skip to content

Commit

Permalink
Merge pull request #3765 from zapbot/release
Browse files Browse the repository at this point in the history
Release add-on(s)
  • Loading branch information
thc202 authored May 3, 2022
2 parents 40753f8 + 472d6cc commit c718911
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion addOns/retire/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] - 2022-05-03
### Changed
- Updated with upstream retire.js pattern changes.

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

[0.11.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.11.0
[0.10.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.10.0
[0.9.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.9.0
[0.8.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/retire/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/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.10.0] - 2022-05-03
### Changed
- Updated with upstream Wappalyzer icon and pattern changes.
- Updated the pattern parser to deal with Confidence or Version fields extending DOM patterns (for the time being they're ignored).
Expand Down Expand Up @@ -222,6 +222,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- First version


[21.10.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.10.0
[21.9.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.9.0
[21.8.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.8.0
[21.7.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.7.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.10.0
release=false
release=true

0 comments on commit c718911

Please sign in to comment.