diff --git a/README.md b/README.md index f9f08730..6152ec49 100644 --- a/README.md +++ b/README.md @@ -645,10 +645,10 @@ SOFTWARE. [shinobi-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [shinobi-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [shinobi-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.2.0 -[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/v0.2.0/README.md +[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.2.1 +[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/v0.2.1/README.md [spotify-issue]: https://github.com/hassio-addons/addon-spotify-connect/issues -[spotify-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg +[spotify-version-shield]: https://img.shields.io/badge/version-v0.2.1-blue.svg [spotify-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/spotify.svg [spotify-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [spotify-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/spotify/CHANGELOG.md b/spotify/CHANGELOG.md index d3311b1d..f69deb3e 100644 --- a/spotify/CHANGELOG.md +++ b/spotify/CHANGELOG.md @@ -1,16 +1,7 @@ [Full Changelog][changelog] -### Added - -- Secrets support and HaveIBeenPwned checks - ### Changed -- Upgrades base image to v2.1.0 -- Sets default Shell -- Less aggressive cleanup -- Sets default Shell -- Pins Ubuntu packages to specific versions -- Updates README and links +- Upgrades base image to v2.1.1 -[changelog]: https://github.com/hassio-addons/addon-spotify-connect/compare/v0.1.0...v0.2.0 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-spotify-connect/compare/v0.2.0...v0.2.1 \ No newline at end of file diff --git a/spotify/README.md b/spotify/README.md index 0959166c..5fdfad58 100644 --- a/spotify/README.md +++ b/spotify/README.md @@ -47,13 +47,13 @@ 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/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-spotify-connect/blob/v0.2.0/README.md +[docs]: https://github.com/hassio-addons/addon-spotify-connect/blob/v0.2.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-spotify-connect/61210?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [patreon-shield]: https://www.frenck.nl/images/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg -[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.2.0 +[release-shield]: https://img.shields.io/badge/version-v0.2.1-blue.svg +[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/v0.2.1 [screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/master/images/screenshot.png \ No newline at end of file diff --git a/spotify/config.json b/spotify/config.json index 495de5cf..7b22efe8 100644 --- a/spotify/config.json +++ b/spotify/config.json @@ -1,6 +1,6 @@ { "name": "Spotify Connect", - "version": "0.2.0", + "version": "0.2.1", "slug": "spotify", "description": "Play Spotify music on your Home Assistant device", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-spotify-connect/61210?u=frenck",