diff --git a/README.md b/README.md index 149a5f82f..5d83e6e95 100644 --- a/README.md +++ b/README.md @@ -558,10 +558,10 @@ SOFTWARE. [node-red-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [node-red-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-octobox]: https://github.com/hassio-addons/addon-octobox/tree/478afca -[addon-doc-octobox]: https://github.com/hassio-addons/addon-octobox/blob/478afca/README.md +[addon-octobox]: https://github.com/hassio-addons/addon-octobox/tree/bfd1288 +[addon-doc-octobox]: https://github.com/hassio-addons/addon-octobox/blob/bfd1288/README.md [octobox-issue]: https://github.com/hassio-addons/addon-octobox/issues -[octobox-version-shield]: https://img.shields.io/badge/version-478afca-blue.svg +[octobox-version-shield]: https://img.shields.io/badge/version-bfd1288-blue.svg [octobox-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/octobox.svg [octobox-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [octobox-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/octobox/CHANGELOG.md b/octobox/CHANGELOG.md index 2c3a2b18c..8b142bcc2 100644 --- a/octobox/CHANGELOG.md +++ b/octobox/CHANGELOG.md @@ -1,3 +1,7 @@ -2018/06/24 07:59 UTC - [478afca](https://github.com/hassio-addons/addon-octobox/commit/478afcafd6ebd16abcd6abe8950492b2654bd5e9) by [@frenck](https://github.com/frenck) -> :books: Updates add-on README template +# Changelog since v0.1.0 + +2018/06/26 04:10 UTC - [bfd1288](https://github.com/hassio-addons/addon-octobox/commit/bfd128874fb9bc7149e9e5d452d227f9347beb37) by [@frenck](https://github.com/frenck) +> :ambulance: Adds missing apache2-utils package + +Ref #1 diff --git a/octobox/README.md b/octobox/README.md index 0c6b3cae2..189cefafe 100644 --- a/octobox/README.md +++ b/octobox/README.md @@ -49,11 +49,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-octobox/blob/478afca/README.md +[docs]: https://github.com/hassio-addons/addon-octobox/blob/bfd1288/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-octobox/57695?u=frenck [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-478afca-blue.svg -[release]: https://github.com/hassio-addons/addon-octobox/tree/478afca +[release-shield]: https://img.shields.io/badge/version-bfd1288-blue.svg +[release]: https://github.com/hassio-addons/addon-octobox/tree/bfd1288 [screenshot]: https://github.com/hassio-addons/addon-octobox/raw/master/images/screenshot.png \ No newline at end of file diff --git a/octobox/config.json b/octobox/config.json index 4d6314929..933c15bd5 100644 --- a/octobox/config.json +++ b/octobox/config.json @@ -1,6 +1,6 @@ { "name": "Octobox", - "version": "478afca", + "version": "bfd1288", "slug": "octobox", "description": "Take back control of your GitHub notifications", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-octobox/57695?u=frenck",