diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index ae4f477..c5dc974 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,6 @@ +## v3.02.00 - 2021/02/01 +- no functional change since rc4, this version ends the rc cycle and is considered stable + ## v3.01.99-rc4 - 2021/01/25 - fix: admins no longer inherited superowner powers (since rc1) diff --git a/doc/sphinx/installation/upgrading.rst b/doc/sphinx/installation/upgrading.rst index 40dfcb4..96dcc6e 100644 --- a/doc/sphinx/installation/upgrading.rst +++ b/doc/sphinx/installation/upgrading.rst @@ -24,8 +24,8 @@ Note that if you're using an infrastructure automation tool such as Puppet, Ansi Version-specific upgrade instructions ===================================== -v3.02.00 - not yet released -*************************** +v3.02.00 - 2021/02/01 +********************* The upgrade path from the preceding version is straightforward, however there are a few changes that you might want to be aware of before hitting the upgrade button: diff --git a/lib/perl/OVH/Bastion.pm b/lib/perl/OVH/Bastion.pm index 6813cb3..59adb4f 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.01.99-rc4'; +our $VERSION = '3.02.00'; BEGIN { # only used by the handler below