diff --git a/addOns/automation/CHANGELOG.md b/addOns/automation/CHANGELOG.md index 2b518df61c5..86972090467 100644 --- a/addOns/automation/CHANGELOG.md +++ b/addOns/automation/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 + + ## [0.32.0] - 2023-10-04 ### Fixed - Correct output of array values set to the jobs. diff --git a/addOns/automation/gradle.properties b/addOns/automation/gradle.properties index a196e68f391..38d293680bb 100644 --- a/addOns/automation/gradle.properties +++ b/addOns/automation/gradle.properties @@ -1,2 +1,2 @@ -version=0.32.0 -release=true +version=0.33.0 +release=false diff --git a/addOns/fuzz/CHANGELOG.md b/addOns/fuzz/CHANGELOG.md index f10bf6b3604..80e53205687 100644 --- a/addOns/fuzz/CHANGELOG.md +++ b/addOns/fuzz/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 + + ## [13.11.0] - 2023-10-04 ### Changed - Maintenance changes. diff --git a/addOns/fuzz/gradle.properties b/addOns/fuzz/gradle.properties index 4ead86e0dab..8af131adfe8 100644 --- a/addOns/fuzz/gradle.properties +++ b/addOns/fuzz/gradle.properties @@ -1,4 +1,4 @@ -version=13.11.0 -release=true +version=13.12.0 +release=false zap.maven.publish=true zap.maven.pom.inceptionyear=2015 diff --git a/addOns/postman/CHANGELOG.md b/addOns/postman/CHANGELOG.md index 27f9b9663c5..b11d29dcfd7 100644 --- a/addOns/postman/CHANGELOG.md +++ b/addOns/postman/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 + + ## [0.1.0] - 2023-10-04 ### Added - Support collection JSON variables. diff --git a/addOns/postman/gradle.properties b/addOns/postman/gradle.properties index b4cea9cebd6..3ebeb24193e 100644 --- a/addOns/postman/gradle.properties +++ b/addOns/postman/gradle.properties @@ -1,2 +1,2 @@ -version=0.1.0 -release=true +version=0.2.0 +release=false diff --git a/addOns/quickstart/CHANGELOG.md b/addOns/quickstart/CHANGELOG.md index a3e2fdc1118..b9924d07a1f 100644 --- a/addOns/quickstart/CHANGELOG.md +++ b/addOns/quickstart/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 + + ## [42] - 2023-10-04 ### Changed - ZAPit: carry on even if non success code returned. diff --git a/addOns/quickstart/gradle.properties b/addOns/quickstart/gradle.properties index 1dd9874d767..4877de59090 100644 --- a/addOns/quickstart/gradle.properties +++ b/addOns/quickstart/gradle.properties @@ -1,2 +1,2 @@ -version=42 -release=true +version=43 +release=false diff --git a/addOns/reports/CHANGELOG.md b/addOns/reports/CHANGELOG.md index 540b82f5ee4..ff369556947 100644 --- a/addOns/reports/CHANGELOG.md +++ b/addOns/reports/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 + + ## [0.25.0] - 2023-10-04 ### Changed - Depend on newer versions of Automation Framework and Common Library add-ons (Related to Issue 7961). diff --git a/addOns/reports/gradle.properties b/addOns/reports/gradle.properties index 6284ea19091..6b43a306509 100644 --- a/addOns/reports/gradle.properties +++ b/addOns/reports/gradle.properties @@ -1,2 +1,2 @@ -version=0.25.0 -release=true +version=0.26.0 +release=false diff --git a/addOns/scripts/CHANGELOG.md b/addOns/scripts/CHANGELOG.md index 7deb6ebef2a..3f4fe4ae7df 100644 --- a/addOns/scripts/CHANGELOG.md +++ b/addOns/scripts/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 + + ## [41] - 2023-10-04 ### Added - Allow selecting a default behaviour when a script in the console changes on disk (Issues 5463, 7582). The allowed diff --git a/addOns/scripts/gradle.properties b/addOns/scripts/gradle.properties index 9903b4d0c06..359034a2857 100644 --- a/addOns/scripts/gradle.properties +++ b/addOns/scripts/gradle.properties @@ -1,2 +1,2 @@ -version=41 -release=true +version=42 +release=false