Doc: Add changelog entry

This commit is contained in:
Chris Bräucker 2022-05-16 10:56:35 +02:00
parent f408e2e610
commit 039554a816
No known key found for this signature in database
GPG Key ID: 22405A1444E4EE89
2 changed files with 2 additions and 0 deletions

View File

@ -317,6 +317,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **16.05.22:** - Improve NAT handling in server mode when multiple ethernet devices are present.
* **23.04.22:** - Add pre-shared key support. Automatically added to all new peer confs generated, existing ones are left without to ensure no breaking changes.
* **10.04.22:** - Rebase to Ubuntu Focal. Add `LOG_CONFS` env var. Remove deprecated `add-peer` command.
* **28.10.21:** - Add site-to-site vpn support.

View File

@ -121,6 +121,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "16.05.22:", desc: "Improve NAT handling in server mode when multiple ethernet devices are present." }
- { date: "23.04.22:", desc: "Add pre-shared key support. Automatically added to all new peer confs generated, existing ones are left without to ensure no breaking changes." }
- { date: "10.04.22:", desc: "Rebase to Ubuntu Focal. Add `LOG_CONFS` env var. Remove deprecated `add-peer` command." }
- { date: "28.10.21:", desc: "Add site-to-site vpn support." }