diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index c693c298b..56b511a64 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,8 @@ +## v3.19.01 - 2025/03/04 +- feat: httpproxy: optional support for plain http on egress +- fix: selfPlaySession: warn in syslog properly +- chore: github actions: replace ubuntu 20.04 by 24.04 (EOL) + ## v3.19.00 - 2025/02/25 - feat: add agent forwarding support on egress side - feat: add undocumented rename-account.sh and modify osh-orphaned-homedir.sh accordingly diff --git a/doc/sphinx/installation/upgrading.rst b/doc/sphinx/installation/upgrading.rst index 0cc16a1cd..402cdf3ec 100644 --- a/doc/sphinx/installation/upgrading.rst +++ b/doc/sphinx/installation/upgrading.rst @@ -27,6 +27,11 @@ See the ``--help`` for a more fine-grained upgrade path if needed. Version-specific upgrade instructions ===================================== +v3.19.01 - 2025/03/04 +********************* + +No specific upgrade instructions. + v3.19.00 - 2025/02/25 ********************* diff --git a/lib/perl/OVH/Bastion.pm b/lib/perl/OVH/Bastion.pm index a857a1698..f0d3ec291 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.19.00'; +our $VERSION = '3.19.01'; BEGIN { # only used by the handler below