Skip to content

Commit

Permalink
Merge pull request #5731 from zapbot/release
Browse files Browse the repository at this point in the history
Release add-on(s)
  • Loading branch information
thc202 authored Sep 17, 2024
2 parents dbc199b + c019e1b commit efb8876
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion addOns/database/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
## [0.6.0] - 2024-09-17
### Added
- Allow to access persistence manager of the database.

Expand Down Expand Up @@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Provides the SQLite database engine for other add-ons to use.
- Support for the ZAP permanent database.

[0.6.0]: https://github.com/zaproxy/zap-extensions/releases/database-v0.6.0
[0.5.0]: https://github.com/zaproxy/zap-extensions/releases/database-v0.5.0
[0.4.0]: https://github.com/zaproxy/zap-extensions/releases/database-v0.4.0
[0.3.0]: https://github.com/zaproxy/zap-extensions/releases/database-v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/database/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.6.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/oast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.20.0] - 2024-09-17
### Added
- API support.
- Raise alerts for OAST interactions that happened in other sessions.
Expand Down Expand Up @@ -177,6 +177,7 @@ Button is disabled in that case.

## [0.1.0] - 2021-08-04

[0.20.0]: https://github.com/zaproxy/zap-extensions/releases/oast-v0.20.0
[0.19.0]: https://github.com/zaproxy/zap-extensions/releases/oast-v0.19.0
[0.18.0]: https://github.com/zaproxy/zap-extensions/releases/oast-v0.18.0
[0.17.0]: https://github.com/zaproxy/zap-extensions/releases/oast-v0.17.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/oast/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.20.0
release=false
release=true

0 comments on commit efb8876

Please sign in to comment.