Skip to content

Commit 8c6ee3e

Browse files
committed
Release v0.22
1 parent d3db07b commit 8c6ee3e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Perl extension Apache::Session::MongoDB.
22

3+
0.22 Wed Sep 01 23:32:34 2021
4+
- support deleteIfLowerThan (used by [Lemonldap::NG](https://lemonldap-ng.org)
5+
36
0.21 Thu Mar 25 16:53:32 2021
47
- Die when session isn't found. Closes: #12
58

lib/Apache/Session/MongoDB.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use 5.010;
44
use strict;
55
use AutoLoader 'AUTOLOAD';
66

7-
our $VERSION = '0.21';
7+
our $VERSION = '0.22';
88
our @ISA = qw(Apache::Session);
99

1010
use Apache::Session;

0 commit comments

Comments
 (0)