add release notes

This commit is contained in:
thelamer 2023-08-09 19:12:48 -04:00
parent 42392f69ac
commit f1fd07a6dc
2 changed files with 2 additions and 0 deletions

View File

@ -268,6 +268,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **08.09.23:** - Add default language support.
* **13.05.23:** - Rebase to Alpine 3.18.
* **18.03.23:** - Rebase to KasmVNC base image.
* **21.10.22:** - Rebase to Alpine 3.16, migrate to s6v3.

View File

@ -78,6 +78,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "08.09.23:", desc: "Add default language support." }
- { date: "13.05.23:", desc: "Rebase to Alpine 3.18." }
- { date: "18.03.23:", desc: "Rebase to KasmVNC base image." }
- { date: "21.10.22:", desc: "Rebase to Alpine 3.16, migrate to s6v3." }