diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 50d6680..cb930bb 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,9 @@ +## 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() +- enh: print_public_key: better formatter +- doc: osh-encrypt-rsync.conf: add verbose + ## v3.09.00-rc1 - 2022/07/04 - feat: ``osh-encrypt-rsync.pl``: handle sqlite and user logs along with ttyrec files - feat: add ``osh-cleanup-guest-key-access.pl`` script diff --git a/lib/perl/OVH/Bastion.pm b/lib/perl/OVH/Bastion.pm index 7dc2e15..69346f9 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-rc1'; +our $VERSION = '3.09.00-rc2'; BEGIN { # only used by the handler below