diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index b5e7b8a..e4bd072 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,12 @@ +## v3.09.00 - 2022/09/12 +- enh: tests: faster perl-check script +- fix: accountInfo wasn't showing TTL account expiration #329 +- fix: remove spurious set +e/-e after commit bdea34c +- fix: accountUnlock: add missing check_spurious_args and no_auto_abbrev +- fix: doc: use code-blocks:: instead of code:: +- doc: add a missing parameter in ping's help +- chore: selfListEgressKeys: fix typo + ## v3.09.00-rc3 - 2022/07/12 - enh: install: better error detection - fix: cleanup-guest-key-access: use cache for performance diff --git a/lib/perl/OVH/Bastion.pm b/lib/perl/OVH/Bastion.pm index 6bf399d..fd3678d 100644 --- a/lib/perl/OVH/Bastion.pm +++ b/lib/perl/OVH/Bastion.pm @@ -5,7 +5,7 @@ use common::sense; use Fcntl; use POSIX qw(strftime); -our $VERSION = '3.09.00-rc3'; +our $VERSION = '3.09.00'; BEGIN { # only used by the handler below