Skip to content

Commit

Permalink
Release 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Sep 26, 2019
1 parent 4250a0c commit 8d83acd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl extension Apache::Session::MongoDB.

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

0.19 Thu Apr 26 08:36:07 2019
- Replace deprecated MongoDB function (insert => insert_one,
remove => delete_one). Closes: #5
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.19';
our $VERSION = '0.20';
our @ISA = qw(Apache::Session);

use Apache::Session;
Expand Down

0 comments on commit 8d83acd

Please sign in to comment.