From 450ebf6b84d633d67d6ec274c903ecd343734c88 Mon Sep 17 00:00:00 2001 From: Chris Browet Date: Thu, 3 Feb 2022 19:07:01 +0100 Subject: [PATCH] Bump 1.0.9 --- changelog/changelog.md | 5 +++++ custom_components/jellyfin/manifest.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog/changelog.md b/changelog/changelog.md index 2a8fbab..de4a810 100644 --- a/changelog/changelog.md +++ b/changelog/changelog.md @@ -1,5 +1,10 @@ ## Changelog +### 1.0.9 + +- Adjust for 2022.02 +- Ignore folders + ### 1.0.8 - Fix browse service (#21) diff --git a/custom_components/jellyfin/manifest.json b/custom_components/jellyfin/manifest.json index 2f9a20e..444586d 100644 --- a/custom_components/jellyfin/manifest.json +++ b/custom_components/jellyfin/manifest.json @@ -1,7 +1,7 @@ { "domain": "jellyfin", "name": "Jellyfin", - "version": "1.0.8", + "version": "1.0.9", "config_flow": true, "documentation": "https://github.com/koying/jellyfin_ha", "issue_tracker": "https://github.com/koying/jellyfin_ha/issues",