Skip to content

Commit

Permalink
Merge pull request #5083 from zapbot/release
Browse files Browse the repository at this point in the history
Release add-on(s)
  • Loading branch information
thc202 authored Nov 10, 2023
2 parents f0f7d75 + 1187294 commit 608d0e8
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 12 deletions.
3 changes: 2 additions & 1 deletion addOns/commonlib/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
## [1.19.0] - 2023-11-10
### Added
- A generic UI component for keeping menu items sorted.

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

First version.

[1.19.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.19.0
[1.18.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.18.0
[1.17.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.17.0
[1.16.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.16.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/commonlib/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=1.19.0
release=false
release=true
zap.maven.publish=true
zap.maven.pom.inceptionyear=2020
zap.japicmp=true
Expand Down
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.13.0] - 2023-11-10
### Changed
- Update minimum ZAP version to 2.14.0.
- Maintenance changes.
Expand Down Expand Up @@ -45,6 +45,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First version.

[0.13.0]: https://github.com/zaproxy/zap-extensions/releases/custompayloads-v0.13.0
[0.12.0]: https://github.com/zaproxy/zap-extensions/releases/custompayloads-v0.12.0
[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
Expand Down
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.13.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/exim/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.8.0] - 2023-11-10
### Changed
- Keep the Export menu items sorted alphabetically.

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

- First release.

[0.8.0]: https://github.com/zaproxy/zap-extensions/releases/exim-v0.8.0
[0.7.0]: https://github.com/zaproxy/zap-extensions/releases/exim-v0.7.0
[0.6.0]: https://github.com/zaproxy/zap-extensions/releases/exim-v0.6.0
[0.5.0]: https://github.com/zaproxy/zap-extensions/releases/exim-v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/exim/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.8.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/graphql/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/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.21.0] - 2023-11-10
### Changed
- Dependency updates.
- Maintenance changes.
Expand Down Expand Up @@ -170,6 +170,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Import a GraphQL Schema
- Generate Queries from an imported Schema

[0.21.0]: https://github.com/zaproxy/zap-extensions/releases/graphql-v0.21.0
[0.20.0]: https://github.com/zaproxy/zap-extensions/releases/graphql-v0.20.0
[0.19.0]: https://github.com/zaproxy/zap-extensions/releases/graphql-v0.19.0
[0.18.0]: https://github.com/zaproxy/zap-extensions/releases/graphql-v0.18.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/graphql/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.21.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/selenium/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
## [15.16.0] - 2023-11-10
### Changed
- Update Selenium to version 4.15.0.

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

- Updated to Selenium 2.45 and moved to release

[15.16.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.16.0
[15.15.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.15.0
[15.14.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.14.0
[15.13.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.13.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/selenium/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=15.16.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/spiderAjax/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
## [23.18.0] - 2023-11-10
### Added
- Add context menu item to Contexts tree to show the AJAX Spider dialogue with the selected Context.

Expand Down Expand Up @@ -301,6 +301,7 @@ By default it allows files with extension `.js` and `.css`.



[23.18.0]: https://github.com/zaproxy/zap-extensions/releases/spiderAjax-v23.18.0
[23.17.0]: https://github.com/zaproxy/zap-extensions/releases/spiderAjax-v23.17.0
[23.16.0]: https://github.com/zaproxy/zap-extensions/releases/spiderAjax-v23.16.0
[23.15.0]: https://github.com/zaproxy/zap-extensions/releases/spiderAjax-v23.15.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/spiderAjax/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=23.18.0
release=false
release=true

0 comments on commit 608d0e8

Please sign in to comment.