From bf0461b2f139894c00c5231878e1fb269847e841 Mon Sep 17 00:00:00 2001 From: Chris Browet Date: Sat, 4 Jun 2022 10:31:43 +0200 Subject: [PATCH] Bump 1.1.1 --- changelog/changelog.md | 13 +++++++++++++ custom_components/jellyfin/manifest.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/changelog/changelog.md b/changelog/changelog.md index ad660ef..e761dfc 100644 --- a/changelog/changelog.md +++ b/changelog/changelog.md @@ -1,5 +1,18 @@ ## Changelog +### 1.1.1 + +- Fix `async_get_registry` warning + +# 1.1.0 + +- Allow empty passwords +- Allow device deletion +- Add link to device +- Disable player by default +- Fix max channels +- Return appropriate mime-types + ### 1.0.10 - Revert ignore folders diff --git a/custom_components/jellyfin/manifest.json b/custom_components/jellyfin/manifest.json index 2c8c594..1fdb4b5 100644 --- a/custom_components/jellyfin/manifest.json +++ b/custom_components/jellyfin/manifest.json @@ -1,7 +1,7 @@ { "domain": "jellyfin", "name": "Jellyfin", - "version": "1.1.0", + "version": "1.1.1", "config_flow": true, "documentation": "https://github.com/koying/jellyfin_ha", "issue_tracker": "https://github.com/koying/jellyfin_ha/issues",