diff --git a/README.md b/README.md index 19ba0b9a..a9cfa734 100644 --- a/README.md +++ b/README.md @@ -996,10 +996,10 @@ SOFTWARE. [matrix-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [matrix-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [matrix-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.1.0 -[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.1.0/README.md +[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.1.1 +[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.1.1/README.md [nut-issue]: https://github.com/hassio-addons/addon-nut/issues -[nut-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg +[nut-version-shield]: https://img.shields.io/badge/version-v0.1.1-blue.svg [nut-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/nut-armhf.svg [nut-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [nut-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/nut/CHANGELOG.md b/nut/CHANGELOG.md index 7f8a8356..7097a080 100644 --- a/nut/CHANGELOG.md +++ b/nut/CHANGELOG.md @@ -1,3 +1,10 @@ -🎉 Initial add-on release 🎉 +General maintenance release -Questions? Join our Discord server! https://discord.me/hassioaddons \ No newline at end of file +- ⬆Update base image to 7.0.4 +- 📚Fix readme link + +Questions? Join our Discord server! https://discord.me/hassioaddons + +[Full Changelog][changelog] + +[changelog]: https://github.com/hassio-addons/addon-nut/compare/v0.1.0...v0.1.1 \ No newline at end of file diff --git a/nut/README.md b/nut/README.md index de8fc07c..737ea90a 100644 --- a/nut/README.md +++ b/nut/README.md @@ -67,7 +67,7 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/dale3h [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-nut/blob/v0.1.0/README.md +[docs]: https://github.com/hassio-addons/addon-nut/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-network-ups-tools/68516 [maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg @@ -76,5 +76,5 @@ If you are more interested in stable releases of our add-ons: [nut-features]: https://networkupstools.org/features.html [nut-sensor-docs]: https://www.home-assistant.io/components/sensor.nut/ [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-nut/tree/v0.1.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.1.1-blue.svg +[release]: https://github.com/hassio-addons/addon-nut/tree/v0.1.1 \ No newline at end of file diff --git a/nut/config.json b/nut/config.json index c7f13e65..67749627 100644 --- a/nut/config.json +++ b/nut/config.json @@ -1,6 +1,6 @@ { "name": "Network UPS Tools", - "version": "0.1.0", + "version": "0.1.1", "slug": "nut", "description": "Manage battery backup (UPS) devices", "url": "https://github.com/hassio-addons/addon-nut",