From 2af882a69d95139c1b3b69953eaf2fec0d51154b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 6 Jan 2023 00:41:09 +0100 Subject: [PATCH] Update changelog for 11.1.2 --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 05fd00a..51b0f3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +ssowat (11.1.2) testing; urgency=low + + - [fix] helpers.lua: openssl v3 support for hmac_sha512 ([#208](https://github.com/yunohost/ssowat/pull/208)) + - [fix] password check, path to yunohost lib changed in 11.x (71f68b0) + - [i18n] Translations updated for Basque, German, Polish, Slovak, Spanish, Ukrainian + + Thanks to all contributors <3 ! (Christian Wehrli, Cyril Romain, Grzegorz Cichocki, Jose Riha, quiwy, Tymofii-Lytvynenko, xabirequejo) + + -- Alexandre Aubin Fri, 06 Jan 2023 00:40:30 +0100 + ssowat (11.1.0) testing; urgency=low - User info self-edit would not update displayName (which is supposed to be the same as cn) resulting in inconsistencies (e2996f1)