diff --git a/README.md b/README.md index cc4bd9b78..45ba66071 100644 --- a/README.md +++ b/README.md @@ -764,10 +764,10 @@ SOFTWARE. [tasmoadmin-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [tasmoadmin-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [tasmoadmin-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-tautulli]: https://github.com/hassio-addons/addon-tautulli/tree/45fd876 -[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/45fd876/README.md +[addon-tautulli]: https://github.com/hassio-addons/addon-tautulli/tree/d68e3d4 +[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/d68e3d4/README.md [tautulli-issue]: https://github.com/hassio-addons/addon-tautulli/issues -[tautulli-version-shield]: https://img.shields.io/badge/version-45fd876-blue.svg +[tautulli-version-shield]: https://img.shields.io/badge/version-d68e3d4-blue.svg [tautulli-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/tautulli.svg [tautulli-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [tautulli-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/tautulli/CHANGELOG.md b/tautulli/CHANGELOG.md index 2b4bc5087..7da412423 100644 --- a/tautulli/CHANGELOG.md +++ b/tautulli/CHANGELOG.md @@ -1,3 +1,5 @@ -2018/09/15 18:27 UTC - [45fd876](https://github.com/hassio-addons/addon-tautulli/commit/45fd876def68841f74d70d6e4876b57c8dab63a4) by [@frenck](https://github.com/frenck) -> :shirt: Point to docs in add-on config +# Changelog since v0.1.0 + +2018/09/20 11:16 UTC - [d68e3d4](https://github.com/hassio-addons/addon-tautulli/commit/d68e3d45baaf2b140c16332c7d3d6bc3fe04f6a8) by [@ludeeus](https://github.com/ludeeus) +> 📚 Fixes broken mdi in example config. diff --git a/tautulli/README.md b/tautulli/README.md index 253dbc3e8..676e7dba0 100644 --- a/tautulli/README.md +++ b/tautulli/README.md @@ -44,11 +44,11 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/ludeeus [discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord]: https://discord.gg/c5DvZ4e -[docs]: https://github.com/hassio-addons/addon-tautulli/blob/45fd876/README.md +[docs]: https://github.com/hassio-addons/addon-tautulli/blob/d68e3d4/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-tautulli/68745?u=ludeeus [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-45fd876-blue.svg -[release]: https://github.com/hassio-addons/addon-tautulli/tree/45fd876 +[release-shield]: https://img.shields.io/badge/version-d68e3d4-blue.svg +[release]: https://github.com/hassio-addons/addon-tautulli/tree/d68e3d4 [screenshot]: https://github.com/hassio-addons/addon-tautulli/raw/master/images/screenshot.png \ No newline at end of file diff --git a/tautulli/config.json b/tautulli/config.json index 70ca5be28..a6b119022 100644 --- a/tautulli/config.json +++ b/tautulli/config.json @@ -1,6 +1,6 @@ { "name": "Tautulli", - "version": "45fd876", + "version": "d68e3d4", "slug": "tautulli", "description": "Monitoring and tracking tool for Plex Media Server", "url": "https://github.com/hassio-addons/addon-tautulli/tree/master/README.md",