From 29f894fcbda80390ff571fe111e8c75f6c20397d Mon Sep 17 00:00:00 2001 From: aptalca Date: Sat, 6 Jun 2020 12:01:36 -0400 Subject: [PATCH] update changelog --- README.md | 1 + readme-vars.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 8ec5991..08036e7 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **02.06.20:** - Rebase to alpine 3.12, update to transmission 3.0, remove python2, add python3. * **11.05.20:** - Remove unnecessary chmod (remnant of previous change). * **28.04.20:** - Use transmission-remote to update blocklist. * **30.03.20:** - Internalize blocklist-update.sh. diff --git a/readme-vars.yml b/readme-vars.yml index 0649690..37305c7 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -73,6 +73,7 @@ app_setup_block: | # changelog changelogs: + - { date: "02.06.20:", desc: "Rebase to alpine 3.12, update to transmission 3.0, remove python2, add python3." } - { date: "11.05.20:", desc: "Remove unnecessary chmod (remnant of previous change)." } - { date: "28.04.20:", desc: "Use transmission-remote to update blocklist." } - { date: "30.03.20:", desc: "Internalize blocklist-update.sh." }