diff --git a/Changes b/Changes index 06be4a5..9b33415 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,6 @@ +10.32 2024-09-22 + 10.31 2024-09-21 - Restore old repair behavior for job dependencies without performance loss. (HEM42) diff --git a/lib/Minion.pm b/lib/Minion.pm index 69024b5..a0358a3 100644 --- a/lib/Minion.pm +++ b/lib/Minion.pm @@ -21,7 +21,7 @@ has missing_after => 1800; has [qw(remove_after stuck_after)] => 172800; has tasks => sub { {} }; -our $VERSION = '10.31'; +our $VERSION = '10.32'; sub add_task { my ($self, $name, $task) = @_;