diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b841c07..79ade96a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] + + ## [18] - 2024-01-29 ### Added - httpsender/RsaSigningForZap.py - A script that signs requests using RSA @@ -208,6 +211,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - First packaged version +[Unreleased]: https://github.com/zaproxy/community-scripts/compare/v18...HEAD [18]: https://github.com/zaproxy/community-scripts/compare/v17...v18 [17]: https://github.com/zaproxy/community-scripts/compare/v16...v17 [16]: https://github.com/zaproxy/community-scripts/compare/v15...v16 diff --git a/gradle.properties b/gradle.properties index a6e3cee5..13ae5ccc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=18 -release=true +version=19 +release=false