From a30ba56da95d021c6398aaf10db455511fd232c3 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 19 Jun 2018 18:59:02 +0000 Subject: [PATCH] :tada: Release of add-on UniFi Controller 0.1.1 --- README.md | 6 +++--- unifi/CHANGELOG.md | 16 +++++++++++++++- unifi/README.md | 6 +++--- unifi/config.json | 2 +- 4 files changed, 22 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ec615449..0d36cd8d 100644 --- a/README.md +++ b/README.md @@ -566,10 +566,10 @@ SOFTWARE. [tor-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [tor-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [tor-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/v0.1.0 -[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/v0.1.0/README.md +[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/v0.1.1 +[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/v0.1.1/README.md [unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues -[unifi-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg +[unifi-version-shield]: https://img.shields.io/badge/version-v0.1.1-blue.svg [unifi-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/unifi.svg [unifi-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [unifi-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/unifi/CHANGELOG.md b/unifi/CHANGELOG.md index 7332d310..a4fcdec2 100644 --- a/unifi/CHANGELOG.md +++ b/unifi/CHANGELOG.md @@ -1 +1,15 @@ -:tada: Initial release! \ No newline at end of file +[Full Changelog][changelog] + +### Added + +- Adds migration section to README + +### Fixed + +- Fixes a typo in the README + +### Changed + +- Upgrades UniFi to v5.8.23 + +[changelog]: https://github.com/hassio-addons/addon-unifi/compare/v0.1.0...v0.1.1 \ No newline at end of file diff --git a/unifi/README.md b/unifi/README.md index 88c95179..d90e74f9 100644 --- a/unifi/README.md +++ b/unifi/README.md @@ -43,11 +43,11 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord]: https://discord.gg/c5DvZ4e -[docs]: https://github.com/hassio-addons/addon-unifi/blob/v0.1.0/README.md +[docs]: https://github.com/hassio-addons/addon-unifi/blob/v0.1.1/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-unifi-controller/56297?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg -[release]: https://github.com/hassio-addons/addon-unifi/tree/v0.1.0 +[release-shield]: https://img.shields.io/badge/version-v0.1.1-blue.svg +[release]: https://github.com/hassio-addons/addon-unifi/tree/v0.1.1 [screenshot]: https://github.com/hassio-addons/addon-unifi/raw/master/images/screenshot.jpg \ No newline at end of file diff --git a/unifi/config.json b/unifi/config.json index e21558c7..6b5c5e3d 100644 --- a/unifi/config.json +++ b/unifi/config.json @@ -1,6 +1,6 @@ { "name": "UniFi Controller", - "version": "0.1.0", + "version": "0.1.1", "slug": "unifi", "description": "Manage your UniFi network using a web browser", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-unifi-controller/56297?u=frenck",