diff --git a/addOns/pscanrulesBeta/CHANGELOG.md b/addOns/pscanrulesBeta/CHANGELOG.md index b3781c47d12..3e2b5a11df1 100644 --- a/addOns/pscanrulesBeta/CHANGELOG.md +++ b/addOns/pscanrulesBeta/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 + + ## [39] - 2024-06-28 ### Added - More 'polyfill' related domains. diff --git a/addOns/pscanrulesBeta/gradle.properties b/addOns/pscanrulesBeta/gradle.properties index 387f205d403..97fc2fb7fec 100644 --- a/addOns/pscanrulesBeta/gradle.properties +++ b/addOns/pscanrulesBeta/gradle.properties @@ -1,2 +1,2 @@ -version=39 -release=true +version=40 +release=false diff --git a/addOns/requester/CHANGELOG.md b/addOns/requester/CHANGELOG.md index b9f98aa62d3..777e39791cc 100644 --- a/addOns/requester/CHANGELOG.md +++ b/addOns/requester/CHANGELOG.md @@ -4,6 +4,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/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + + ## [7.7.0] - 2024-06-28 ### Added - Allow to display a message in the editor dialogue. diff --git a/addOns/requester/gradle.properties b/addOns/requester/gradle.properties index ee067265742..bd9d7d26051 100644 --- a/addOns/requester/gradle.properties +++ b/addOns/requester/gradle.properties @@ -1,2 +1,2 @@ -version=7.7.0 -release=true +version=7.8.0 +release=false diff --git a/addOns/zest/CHANGELOG.md b/addOns/zest/CHANGELOG.md index 2cabfc11f38..cb18eebbbbb 100644 --- a/addOns/zest/CHANGELOG.md +++ b/addOns/zest/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 + + ## [46] - 2024-06-28 ### Added - Document the engine name in the help page. diff --git a/addOns/zest/gradle.properties b/addOns/zest/gradle.properties index dd23756b7b9..22a87e2496c 100644 --- a/addOns/zest/gradle.properties +++ b/addOns/zest/gradle.properties @@ -1,2 +1,2 @@ -version=46 -release=true +version=47 +release=false