Skip to content

Commit ec683a3

Browse files
committed
Update changes and bump version for release 0.622
1 parent 623c80a commit ec683a3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Revision history for Dancer2-Plugin-Auth-Extensible-Provider-DBIC
22

3+
0.622 Mon 12 Dec 14:30:55 CET 2016
4+
5+
* Add a LICENSE file (Kwalitee+GitHub) + more skips (GH#15, Shlomi Fish).
6+
* Updates for latest test changes in D2PAE.
7+
38
0.621 Tue 8 Nov 17:05:00 CET 2016
49

510
* logged_in_user_lastlogin now stored in session as epoch

lib/Dancer2/Plugin/Auth/Extensible/Provider/DBIC.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Moo;
1111
with "Dancer2::Plugin::Auth::Extensible::Role::Provider";
1212
use namespace::clean;
1313

14-
our $VERSION = '0.621';
14+
our $VERSION = '0.622';
1515

1616
=head1 NAME
1717

0 commit comments

Comments
 (0)