From cdd65c22b65c3338979c9896d4974db05a4389ad Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 20 Jan 2025 15:39:06 +0100 Subject: [PATCH] Update changelog for 12.0.4 --- debian/changelog | 9 +++++++++ maintenance/make_changelog.sh | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5c1bc9d3..7f42af9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +moulinette (12.0.4) stable; urgency=low + + - debian: specify bottle version more accurately to prevent everything exploding upon fail migration from bullseye (5e9d5d4e) + - api: fix logout message (cb1775e8) + + Thanks to all contributors <3 ! (Félix Piédallu, Salamandar) + + -- Alexandre Aubin Mon, 20 Jan 2025 15:34:09 +0100 + moulinette (12.0.3) stable; urgency=low - [i18n] Merge branch 'dev' (11.2.2) into bookworm (efeaecbb) diff --git a/maintenance/make_changelog.sh b/maintenance/make_changelog.sh index 23fb3a85..77f6ee47 100644 --- a/maintenance/make_changelog.sh +++ b/maintenance/make_changelog.sh @@ -18,7 +18,7 @@ # along with this program. If not, see . # -VERSION="12.0.3" +VERSION="12.??" RELEASE="stable" REPO=$(basename $(git rev-parse --show-toplevel)) REPO_URL=$(git remote get-url origin)