diff --git a/ChangeLog b/ChangeLog index df91171..f0e92f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,10 @@ -## [0.3.0] +## [0.3.1] - pam_panic_config, a configuration generator - Translations for pam_panic_config - Timeouts when typing wrong passwords - Strict mode: Choose if you want to be locked out if the configuration is corrupt - Added translations: nl, pl +- Build fix coming with this new release ## [0.2.5] - MBR support diff --git a/configure.ac b/configure.ac index a3f3ab1..7d0c825 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT( [pam_panic], - [0.3.0], + [0.3.1], [https://github.com/pampanic/pam_panic/issues], [pam_panic]) AC_CONFIG_AUX_DIR([build-aux])