Bump 1.1.1

This commit is contained in:
Chris Browet 2022-06-04 10:31:43 +02:00
parent 84c8f4a49b
commit bf0461b2f1
2 changed files with 14 additions and 1 deletions

View file

@ -1,5 +1,18 @@
## Changelog ## 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 ### 1.0.10
- Revert ignore folders - Revert ignore folders

View file

@ -1,7 +1,7 @@
{ {
"domain": "jellyfin", "domain": "jellyfin",
"name": "Jellyfin", "name": "Jellyfin",
"version": "1.1.0", "version": "1.1.1",
"config_flow": true, "config_flow": true,
"documentation": "https://github.com/koying/jellyfin_ha", "documentation": "https://github.com/koying/jellyfin_ha",
"issue_tracker": "https://github.com/koying/jellyfin_ha/issues", "issue_tracker": "https://github.com/koying/jellyfin_ha/issues",