diff --git a/Changes b/Changes index 038caea..b4fd9d1 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ {{$NEXT}} +0.035 2024-08-12T21:45:45Z + - exposes $app on code sub, allowing helper accesses on cron jobs (@rayleyfowler) - update dependences (Mojolicious@9.36) diff --git a/META.json b/META.json index 1911aa8..83c84e5 100644 --- a/META.json +++ b/META.json @@ -66,7 +66,7 @@ "web" : "https://github.com/dmanto/Mojolicious-Plugin-Cron" } }, - "version" : "0.034", + "version" : "0.035", "x_contributors" : [ "Daniel Mantovani ", "Daniel Mantovani ", diff --git a/lib/Mojolicious/Plugin/Cron.pm b/lib/Mojolicious/Plugin/Cron.pm index a59f5bb..f95f202 100644 --- a/lib/Mojolicious/Plugin/Cron.pm +++ b/lib/Mojolicious/Plugin/Cron.pm @@ -8,7 +8,7 @@ use Algorithm::Cron; use Carp 'croak'; -our $VERSION = "0.034"; +our $VERSION = "0.035"; use constant CRON_DIR => 'mojo_cron_'; my $crondir;