From 542a87f780397aa27a67911ad7ceb6f101a34aa6 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 20 May 2024 00:27:57 +0200 Subject: [PATCH] Update 11.2.1 --- debian/changelog | 8 ++++++++ maintenance/make_changelog.sh | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index eb58b1a..64f1c2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +SSOwat (11.2.1) stable; urgency=low + + - [i18n] Translations updated for Catalan, French, German, Kabyle, Spanish, Swedish + + Thanks to all contributors <3 ! (Alexandre Aubin, Bram, ButterflyOfFire, Carlos SolĂ­s, Christian Wehrli, Gregor, xaloc33) + + -- OniriCorpe Mon, 20 May 2024 00:26:37 +0200 + ssowat (11.2) stable; urgency=low - i18n: Translations updated for Chinese (Simplified), German, Indonesian, Japanese diff --git a/maintenance/make_changelog.sh b/maintenance/make_changelog.sh index a24ccb0..6acf3a9 100644 --- a/maintenance/make_changelog.sh +++ b/maintenance/make_changelog.sh @@ -1,4 +1,4 @@ -VERSION="?" +VERSION="11.2.1" RELEASE="stable" REPO=$(basename $(git rev-parse --show-toplevel)) REPO_URL=$(git remote get-url origin)