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",