From: Marius Gavrilescu Date: Sun, 8 Mar 2015 14:54:08 +0000 (+0200) Subject: Bump version and update Changes X-Git-Tag: 0.001001^0 X-Git-Url: http://git.ieval.ro/?p=plack-middleware-auth-complex.git;a=commitdiff_plain;h=da36743f4b9e4935a22d0ac740a183a354050b67 Bump version and update Changes --- diff --git a/Changes b/Changes index e0025cb..8d1358b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension Plack::Middleware::Auth::Complex. +0.001001 2015-03-08T16:54+02:00 + - Call init at first request to allow non-delayed loading (e.g. starman --preload-app). + - Make "Invalid username" error message customizable + 0.001 2015-03-01T14:30+02:00 - First stable release - Add authentication cache diff --git a/README b/README index c0c2fbb..e3956a6 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Plack-Middleware-Auth-Complex version 0.001 -=========================================== +Plack-Middleware-Auth-Complex version 0.001001 +============================================== AuthComplex is an authentication system for Plack applications that allows user registration, password changing and password reset. diff --git a/lib/Plack/Middleware/Auth/Complex.pm b/lib/Plack/Middleware/Auth/Complex.pm index 035a622..53ff827 100644 --- a/lib/Plack/Middleware/Auth/Complex.pm +++ b/lib/Plack/Middleware/Auth/Complex.pm @@ -4,7 +4,7 @@ use 5.014000; use strict; use warnings; -our $VERSION = '0.001'; +our $VERSION = '0.001001'; use parent qw/Plack::Middleware/; use re '/s';