From 36d0c709dbcc0e1b78b75a3d816de35661e0fa11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Tue, 12 Jan 2021 16:35:08 +0000 Subject: [PATCH] bump to v3.01.99-rc2 --- doc/CHANGELOG.md | 6 ++++++ lib/perl/OVH/Bastion.pm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index ba624d9..1d45683 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,9 @@ +## v3.01.99-rc2 - 2021/01/12 +- fix: re-introduce the ttyrecfile field (fixes #114) +- fix: logs: sql dbname was not properly passed through the update logs func (fixes #114) +- doc: upgrade: add a note about config normalization +- chore: fix: documentation build was missing a prereq + ## v3.01.99-rc1 - 2021/01/12 - feat: add support for a PIV-enforced policy (see https://ovh.github.io/the-bastion/using/piv) - feat: revamp logs (see the UPGRADING section of the documentation) diff --git a/lib/perl/OVH/Bastion.pm b/lib/perl/OVH/Bastion.pm index c2f3d7d..2b0671b 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-rc1'; +our $VERSION = '3.01.99-rc2'; BEGIN { # only used by the handler below