Skip to content

Commit

Permalink
Prepare 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Mar 25, 2021
1 parent b4b6962 commit 243b6ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Revision history for Perl extension Apache::Session::MongoDB.

0.21 Thu Mar 25 16:53:32 2021
- Die when session isn't found. Closes: #12

0.20 Thu Sep 26 21:23:35 2019
- Fix serchOn return value. Thanks to Maxime Besson. Closes: #8
- Fix searchOn return value. Thanks to Maxime Besson. Closes: #8

0.19 Thu Apr 26 08:36:07 2019
- Replace deprecated MongoDB function (insert => insert_one,
Expand Down
2 changes: 1 addition & 1 deletion lib/Apache/Session/MongoDB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use 5.010;
use strict;
use AutoLoader 'AUTOLOAD';

our $VERSION = '0.20';
our $VERSION = '0.21';
our @ISA = qw(Apache::Session);

use Apache::Session;
Expand Down
2 changes: 1 addition & 1 deletion lib/Apache/Session/Store/MongoDB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Apache::Session::Store::MongoDB;
use 5.010;
use strict;

our $VERSION = '0.19';
our $VERSION = '0.21';

use MongoDB;

Expand Down

0 comments on commit 243b6ae

Please sign in to comment.