From 59ce2ecc8eeb1e27bb5b3c6b19bc8518db2ba7a7 Mon Sep 17 00:00:00 2001 From: Chris Browet Date: Sun, 19 Dec 2021 09:56:46 +0100 Subject: [PATCH] Bump 1.0.8 --- README.md | 4 ++++ custom_components/jellyfin/manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60952dc..0d46eb3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Jellyfin integration for Home Assistant ## Changelog +### 1.0.8 + +- Fix browse service (#21) + ### 1.0.7 - Fix error handling diff --git a/custom_components/jellyfin/manifest.json b/custom_components/jellyfin/manifest.json index 5c0944a..2f9a20e 100644 --- a/custom_components/jellyfin/manifest.json +++ b/custom_components/jellyfin/manifest.json @@ -1,7 +1,7 @@ { "domain": "jellyfin", "name": "Jellyfin", - "version": "1.0.7", + "version": "1.0.8", "config_flow": true, "documentation": "https://github.com/koying/jellyfin_ha", "issue_tracker": "https://github.com/koying/jellyfin_ha/issues",