From 2da4b5a6a3060de286ef71b47770c8eb6905c09c Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Tue, 17 Sep 2024 13:33:38 +0000 Subject: [PATCH] Prepare next dev iteration(s) Update version and changelog for: - Database - OAST Support Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- addOns/database/CHANGELOG.md | 3 +++ addOns/database/gradle.properties | 4 ++-- addOns/oast/CHANGELOG.md | 3 +++ addOns/oast/gradle.properties | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) 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