From e83d6870ee241c62f9f4f94e4130c27125834e5e Mon Sep 17 00:00:00 2001 From: aptalca Date: Fri, 22 Mar 2019 13:12:38 -0400 Subject: [PATCH] update readme --- README.md | 1 + readme-vars.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 689c332..9c8c348 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,7 @@ Below are the instructions for updating containers: ## Versions +* **22.03.19:** - Fix update logic for `VERSION=public`. * **14.03.19:** - Switch to new api endpoints, enable beta (plex pass) updates for armhf and aarch64. * **15.02.19:** - Clean up plex pid after unclean stop. * **11.02.19:** - Fix nvidia variables, add device variables. diff --git a/readme-vars.yml b/readme-vars.yml index c59a09c..9900bc2 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -82,6 +82,7 @@ app_setup_block: | # changelog changelogs: + - { date: "22.03.19:", desc: "Fix update logic for `VERSION=public`." } - { date: "14.03.19:", desc: "Switch to new api endpoints, enable beta (plex pass) updates for armhf and aarch64." } - { date: "15.02.19:", desc: "Clean up plex pid after unclean stop." } - { date: "11.02.19:", desc: "Fix nvidia variables, add device variables." }