From f19ad9ca201618593ade9da364363314cabff2aa Mon Sep 17 00:00:00 2001 From: thelamer Date: Thu, 14 Feb 2019 22:21:30 -0800 Subject: [PATCH] updating changelog --- README.md | 1 + readme-vars.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index b1b97a6..e9e8041 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,7 @@ Below are the instructions for updating containers: ## Versions +* **14.02.19:** - Add picons path to config. * **15.01.19:** - Add pipeline logic and multi arch. * **12.09.18:** - Rebase to alpine 3.8 and use buildstage type build. * **21.04.18:** - Add JSON::XS Perl package for grab_tv_huro. diff --git a/readme-vars.yml b/readme-vars.yml index caf7a53..d871ce9 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -125,6 +125,7 @@ app_setup_block: | # changelog changelogs: + - { date: "14.02.19:", desc: "Add picons path to config." } - { date: "15.01.19:", desc: "Add pipeline logic and multi arch." } - { date: "12.09.18:", desc: "Rebase to alpine 3.8 and use buildstage type build." } - { date: "21.04.18:", desc: "Add JSON::XS Perl package for grab_tv_huro." }