From 709585be83304cbbe2eb8dedb75005fafdf3291f Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 31 Aug 2024 20:13:48 +0200 Subject: [PATCH] Update changelog for 12.0.2 --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index c4b270dc..2e49d2c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +moulinette (12.0.2) testing; urgency=low + + - portal-api: Bypass CSRF protection for login route ([#340](http://github.com/YunoHost/moulinette/pull/340)) + - portal-api: login/logout redirect to referer when param referer_redirect is set ([#339](http://github.com/YunoHost/moulinette/pull/339)) + + Thanks to all contributors <3 ! (selfhoster1312) + + -- Alexandre Aubin Sat, 31 Aug 2024 20:12:43 +0200 + moulinette (12.0.1) testing; urgency=low - Tweaks and fixes for new portal API / ssowat refactoring ([#341](https://github.com/YunoHost/moulinette/pull/341))