diff --git a/Changes b/Changes index c8c2c47705..49f53eaf84 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,6 @@ +9.23 2021-10-21 + 9.22 2021-10-16 - Added a referer method to Mojo::Headers, as an alias for the referrer method. - Fixed response status log message to use the "trace" log level instead of "debug". diff --git a/lib/Mojolicious.pm b/lib/Mojolicious.pm index fa6b7aa7de..36a18a30b2 100644 --- a/lib/Mojolicious.pm +++ b/lib/Mojolicious.pm @@ -56,7 +56,7 @@ has ua => sub { Mojo::UserAgent->new }; has validator => sub { Mojolicious::Validator->new }; our $CODENAME = 'Waffle'; -our $VERSION = '9.22'; +our $VERSION = '9.23'; sub BUILD_DYNAMIC { my ($class, $method, $dyn_methods) = @_;