Skip to content

Commit

Permalink
Release 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Sep 2, 2021
1 parent 40e3cc8 commit d270956
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.23 Thu Sep 02 14:25:12 2021
- Fix test regression introduced in 0.22

0.22 Wed Sep 01 23:32:34 2021
- support deleteIfLowerThan (used by [Lemonldap::NG](https://lemonldap-ng.org)

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.22';
our $VERSION = '0.23';
our @ISA = qw(Apache::Session);

use Apache::Session;
Expand Down

0 comments on commit d270956

Please sign in to comment.