Skip to content
Snippets Groups Projects
Commit f9728348 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

new version 2.0.1

parent 1146f9c0
No related branches found
Tags v2.0.1
No related merge requests found
# eduGAIN Access Check Changelog
## Version 2.0.1 (23/03/2022)
* fix Accept-Language HTTP header usage
## Version 2.0.0 (10/03/2022)
* switch to Mojolicious framework
......
AC_PREREQ(2.59)
AC_INIT([access-check], 2.0.0)
AC_INIT([access-check], 2.0.1)
AM_INIT_AUTOMAKE([foreign])
AC_REQUIRE_AUX_FILE([tap-driver.sh])
AC_PROG_LN_S
......
......@@ -9,7 +9,7 @@ use Syntax::Keyword::Try;
use AccessCheck::Data::DB;
use constant {
ACCESSCHECK_VERSION => '2.0.0'
ACCESSCHECK_VERSION => '2.0.1'
};
sub startup {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment