From 0c76210e83cbba6b58936989991b5624ca2eebbd Mon Sep 17 00:00:00 2001 From: beorn7 Date: Thu, 20 Jun 2024 15:12:48 +0200 Subject: [PATCH] Set VERSION and CHANGELOG appropriately for v3 preparation Signed-off-by: beorn7 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e4799993..bc12c87c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## unreleased for 3.0.0 + +_Please add changes here that are only in the release-3.0 branch. These will be the source for the changelog when cutting the first release candidate for v3.0.0._ + ## unreleased ## 2.53.0 / 2024-06-16 diff --git a/VERSION b/VERSION index 261d95596..4657faf0b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.53.0 +3.0.0-alpha.0