Bumped version to v2.9.0.

This commit is contained in:
Joe Testa 2023-04-29 12:33:26 -04:00
parent 929652c9b7
commit 3c1451cfdc
2 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@ For convenience, a web front-end on top of the command-line tool is available at
## ChangeLog
### v2.6.0-dev
### v2.9.0
- Dropped support for Python 3.6, as it reached EOL at the end of 2021.
- Added Ubuntu Server & Client 22.04 hardening policies.
- Removed experimental warning tag from `sntrup761x25519-sha512@openssh.com`.

View File

@ -22,7 +22,7 @@
THE SOFTWARE.
"""
# The version to display.
VERSION = 'v2.6.0'
VERSION = 'v2.9.0'
# SSH software to impersonate
SSH_HEADER = 'SSH-{0}-OpenSSH_8.2'