diff --git a/samba/CHANGELOG.md b/samba/CHANGELOG.md index 0528390..54edeee 100644 --- a/samba/CHANGELOG.md +++ b/samba/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.5.1 + +- Add `hassio_api` to add-on configuration + ## 9.5.0 - Remove interface options in favor of network diff --git a/samba/config.json b/samba/config.json index 397aea6..ece2b92 100644 --- a/samba/config.json +++ b/samba/config.json @@ -1,12 +1,13 @@ { "name": "Samba share", - "version": "9.5.0", + "version": "9.5.1", "slug": "samba", "description": "Expose Home Assistant folders with SMB/CIFS", "url": "https://github.com/home-assistant/hassio-addons/tree/master/samba", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], "startup": "services", "init": false, + "hassio_api": true, "host_network": true, "map": [ "config:rw",