From 99a7654d0893f20ac8b7acaafa86e0b3af45c515 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 2 Sep 2021 01:55:38 +0200 Subject: [PATCH] Update to 0.9.8 --- bazarr/CHANGELOG.md | 3 +++ bazarr/config.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bazarr/CHANGELOG.md b/bazarr/CHANGELOG.md index fd15aa30d..2e7fe1e3b 100644 --- a/bazarr/CHANGELOG.md +++ b/bazarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.9.8 (02-09-2021) +- Update to latest version from linuxserver/docker-bazarr + ## 0.9.7 (14-08-2021) - Update to latest version from linuxserver/docker-bazarr diff --git a/bazarr/config.json b/bazarr/config.json index d324bf06d..7c36f9aec 100644 --- a/bazarr/config.json +++ b/bazarr/config.json @@ -1,7 +1,7 @@ { "name": "Bazarr NAS", - "version": "0.9.7", - "upstream": "0.9.7", + "version": "0.9.8", + "upstream": "0.9.8", "slug": "bazarr_nas", "description": "Companion application to Sonarr and Radarr to download subtitles", "url": "https://github.com/alexbelgium/hassio-addons",