diff --git a/CHANGELOG b/CHANGELOG index fdd724b..092e634 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +v0.4.4 - 13/05/16 +------------------------------ +BUG FIXES +* Certain quoting for the check command will cause the wrong return code - +strip the quotes from start and end. +* Perl error when the script starts up under ExaBGP + v0.4.3 - 13/05/16 ------------------------------ BUG FIXES diff --git a/healthcheck.pl b/healthcheck.pl index ab023c4..c4745a7 100755 --- a/healthcheck.pl +++ b/healthcheck.pl @@ -45,7 +45,7 @@ ########## Begin Script ########## -my $script_version = '0.4.3'; +my $script_version = '0.4.4'; # Get this scripts name my $name = basename($0);