From f4d193766cc632198fbce6f9b999dfda8a643f9b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 24 Mar 2023 14:13:28 +0100 Subject: [PATCH] Update changlog for 11.1.8 --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 568a70bb..67c09570 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +yunohost-admin (11.1.8) stable; urgency=low + + - locales: add ckb da he id kab lt mk pt_BR sl ([#514](https://github.com/yunohost/yunohost-admin/pull/514)) + - apps: fix config panel apply with empty `args` + fix config panel init error preventing AppInfo from being displayed ([#515](https://github.com/yunohost/yunohost-admin/pull/515)) + + Thanks to all contributors <3 ! (axolotle) + + -- Alexandre Aubin Fri, 24 Mar 2023 14:12:37 +0100 + yunohost-admin (11.1.7) stable; urgency=low - fix: apps postinstall messages were not displayed (fa580fb3)