diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index cb930bb..b5e7b8a 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,8 @@ +## v3.09.00-rc3 - 2022/07/12 +- enh: install: better error detection +- fix: cleanup-guest-key-access: use cache for performance +- fix: performance issues introduced by effab4a + ## v3.09.00-rc2 - 2022/07/05 - enh: MFA: specify account name in message - enh: move some code from get_hashes_list() to a new get_password_file() diff --git a/lib/perl/OVH/Bastion.pm b/lib/perl/OVH/Bastion.pm index cbc2dbe..668a462 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-rc2'; +our $VERSION = '3.09.00-rc3'; BEGIN { # only used by the handler below