Update changelog

This commit is contained in:
Clément OUDOT 2022-09-15 15:59:15 +02:00
parent 58aed78070
commit a6cd9a4fe6
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
lemonldap-ng (2.0.15.1) jammy; urgency=medium
* Bugs:
* #2796: "Internal Server Error" during MFA flow when using LDAP as UserDB in 2.0.15
-- Clément <clem.oudot@gmail.com> Thu, 15 Sep 2022 15:58:47 +0200
lemonldap-ng (2.0.15) jammy; urgency=medium
* Bugs:

View File

@ -12,7 +12,7 @@
use LWP::UserAgent;
use JSON;
my $milestone = '2.0.15';
my $milestone = '2.0.15.1';
my @cat = ( 'Bug', 'New feature', 'Improvement', 'Template', 'WebServer Conf' );
open F, "$ENV{HOME}/.ow2-token" or die "Unable to get OW2 token ($!)";