diff --git a/changelog/changelog.md b/changelog/changelog.md index de4a810..ad660ef 100644 --- a/changelog/changelog.md +++ b/changelog/changelog.md @@ -1,5 +1,9 @@ ## Changelog +### 1.0.10 + +- Revert ignore folders + ### 1.0.9 - Adjust for 2022.02 diff --git a/custom_components/jellyfin/manifest.json b/custom_components/jellyfin/manifest.json index 444586d..9921f59 100644 --- a/custom_components/jellyfin/manifest.json +++ b/custom_components/jellyfin/manifest.json @@ -1,7 +1,7 @@ { "domain": "jellyfin", "name": "Jellyfin", - "version": "1.0.9", + "version": "1.0.10", "config_flow": true, "documentation": "https://github.com/koying/jellyfin_ha", "issue_tracker": "https://github.com/koying/jellyfin_ha/issues",