diff --git a/README.md b/README.md index 5afffabf..26784277 100644 --- a/README.md +++ b/README.md @@ -356,10 +356,10 @@ SOFTWARE. [ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ftp-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v0.1.0 -[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v0.1.0/README.md +[addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v0.2.0 +[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v0.2.0/README.md [happy-bubbles-issue]: https://github.com/hassio-addons/addon-happy-bubbles/issues -[happy-bubbles-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg +[happy-bubbles-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg [happy-bubbles-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/happy-bubbles-armhf.svg [happy-bubbles-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [happy-bubbles-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/happy-bubbles/CHANGELOG.md b/happy-bubbles/CHANGELOG.md index fc331b5a..9eea2f81 100644 --- a/happy-bubbles/CHANGELOG.md +++ b/happy-bubbles/CHANGELOG.md @@ -1 +1,7 @@ -🎉 Initial add-on release \ No newline at end of file +[Full Changelog][changelog] + +### Added + +- Persists presence database & settings + +[changelog]: https://github.com/hassio-addons/addon-happy-bubbles/compare/v0.1.0...v0.2.0 \ No newline at end of file diff --git a/happy-bubbles/README.md b/happy-bubbles/README.md index a43467b8..4f924899 100644 --- a/happy-bubbles/README.md +++ b/happy-bubbles/README.md @@ -47,10 +47,10 @@ 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-happy-bubbles/blob/v0.1.0/README.md +[docs]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v0.2.0/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-happy-bubbles/53511?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-happy-bubbles/tree/v0.1.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg +[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v0.2.0 \ No newline at end of file diff --git a/happy-bubbles/config.json b/happy-bubbles/config.json index a9795be7..979f4a82 100644 --- a/happy-bubbles/config.json +++ b/happy-bubbles/config.json @@ -1,6 +1,6 @@ { "name": "Happy Bubbles", - "version": "0.1.0", + "version": "0.2.0", "slug": "happy-bubbles", "description": "Presence detection server for Happy Bubbles Bluetooth beacon-based presence detection system.", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-happy-bubbles/53511?u=frenck",