diff --git a/addOns/database/CHANGELOG.md b/addOns/database/CHANGELOG.md index ff7fc1b7f49..ff1f383f49c 100644 --- a/addOns/database/CHANGELOG.md +++ b/addOns/database/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 + + ## [0.6.0] - 2024-09-17 ### Added - Allow to access persistence manager of the database. diff --git a/addOns/database/gradle.properties b/addOns/database/gradle.properties index 7ddb31edeef..45bcefb6269 100644 --- a/addOns/database/gradle.properties +++ b/addOns/database/gradle.properties @@ -1,2 +1,2 @@ -version=0.6.0 -release=true +version=0.7.0 +release=false diff --git a/addOns/oast/CHANGELOG.md b/addOns/oast/CHANGELOG.md index bb2fa616fe0..aa05acd8512 100644 --- a/addOns/oast/CHANGELOG.md +++ b/addOns/oast/CHANGELOG.md @@ -5,6 +5,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 + + ## [0.20.0] - 2024-09-17 ### Added - API support. diff --git a/addOns/oast/gradle.properties b/addOns/oast/gradle.properties index b311dea130e..e4f33d01373 100644 --- a/addOns/oast/gradle.properties +++ b/addOns/oast/gradle.properties @@ -1,2 +1,2 @@ -version=0.20.0 -release=true +version=0.21.0 +release=false