Skip to content

Commit 2376b90

Browse files
committed
Bump version
1 parent f0879f0 commit 2376b90

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: Changes

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
9.40 2024-11-24
3+
24
9.39 2024-11-23
35
- Added EXPERIMENTAL support for encrypted session cookies.
46
This feature is much more secure than signed cookies and can be enabled by installing CryptX and setting the

Diff for: lib/Mojolicious.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ has ua => sub { Mojo::UserAgent->new };
5757
has validator => sub { Mojolicious::Validator->new };
5858

5959
our $CODENAME = 'Waffle';
60-
our $VERSION = '9.39';
60+
our $VERSION = '9.40';
6161

6262
sub BUILD_DYNAMIC {
6363
my ($class, $method, $dyn_methods) = @_;

0 commit comments

Comments
 (0)