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

bump version to 2.0.0

parent ae81ed48
No related branches found
Tags v2.0.0
No related merge requests found
# eduGAIN Access Check Changelog # eduGAIN Access Check Changelog
## Version 2.0.0 (10/03/2022)
* switch to Mojolicious framework
* reorganise code namespaces
* allow user to select a subset of profiles
* allow user to select account duration
## Version 1.3.0 (16/11/2020) ## Version 1.3.0 (16/11/2020)
* switch back to template-based profile definitions, for easier customisation * switch back to template-based profile definitions, for easier customisation
......
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT([access-check], 1.2.2) AC_INIT([access-check], 2.0.0)
AM_INIT_AUTOMAKE([foreign]) AM_INIT_AUTOMAKE([foreign])
AC_REQUIRE_AUX_FILE([tap-driver.sh]) AC_REQUIRE_AUX_FILE([tap-driver.sh])
AC_PROG_LN_S AC_PROG_LN_S
......
...@@ -9,7 +9,7 @@ use Syntax::Keyword::Try; ...@@ -9,7 +9,7 @@ use Syntax::Keyword::Try;
use AccessCheck::Data::DB; use AccessCheck::Data::DB;
use constant { use constant {
ACCESSCHECK_VERSION => '1.2.0' ACCESSCHECK_VERSION => '2.0.0'
}; };
sub startup { 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