From a20fdf4a0f568b3645122c5e96c26b3448eec63d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Mon, 6 Dec 2021 16:32:46 +0100
Subject: [PATCH] REL: prepare next release cycle

---
 CHANGELOG.md          | 16 ++++++++++++++++
 RELEASE_GUIDELINES.md |  6 ++++--
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c21d1b77..f0f46cdd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [Unpublished]
+
+### Added (for new features, dependecies etc.)
+
+### Changed (for changes in existing functionality)
+
+### Deprecated (for soon-to-be removed features)
+
+### Removed (for now removed features)
+
+### Fixed (for any bug fixes)
+
+### Security (in case of vulnerabilities)
+
+### Documentation (for notable additions or changes of the documentation)
+
 ## [0.4.2] - 2021-12-06
 
 ### Added (for new features, dependecies etc.)
diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md
index 1dc6d11a..9dd648c2 100644
--- a/RELEASE_GUIDELINES.md
+++ b/RELEASE_GUIDELINES.md
@@ -1,4 +1,4 @@
-# Release Guidelines for the CaosDB MySQL Backend
+# Release Guidelines for the CaosDB Web Interface
 
 This document specifies release guidelines in addition to the generel release
 guidelines of the CaosDB Project
@@ -8,7 +8,7 @@ guidelines of the CaosDB Project
 
 * All tests are passing.
 * FEATURES.md is up-to-date and a public API is being declared in that document.
-* CHANGELOG.md is up-to-date.
+* CHANGELOG.md is up-to-date (insert version number and remove unpublished)
 * DEPENDENCIES.md is up-to-date.
 
 ## Steps
@@ -25,3 +25,5 @@ guidelines of the CaosDB Project
 5. Delete the release branch.
 
 6. Merge the main branch back into the dev branch.
+
+7. Prepare CHANGELOG for next release cycle.
-- 
GitLab