diff --git a/README.md b/README.md index a8760936a..c1c7e9797 100644 --- a/README.md +++ b/README.md @@ -1135,10 +1135,10 @@ SOFTWARE. [zwavejs2mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [zwavejs2mqtt-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [zwavejs2mqtt-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/c8e1d62 -[addon-doc-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/c8e1d62/README.md +[addon-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/9a2866a +[addon-doc-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/9a2866a/README.md [zwave2mqtt-issue]: https://github.com/hassio-addons/addon-zwave2mqtt/issues -[zwave2mqtt-version-shield]: https://img.shields.io/badge/version-c8e1d62-blue.svg +[zwave2mqtt-version-shield]: https://img.shields.io/badge/version-9a2866a-blue.svg [zwave2mqtt-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [zwave2mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [zwave2mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/zwave2mqtt/CHANGELOG.md b/zwave2mqtt/CHANGELOG.md index 31c80d671..7d6496cb5 100644 --- a/zwave2mqtt/CHANGELOG.md +++ b/zwave2mqtt/CHANGELOG.md @@ -1,30 +1,2 @@ -# Changelog since v0.9.1 -- Update add-on configuration for Supervisor 2021.2 (#92) -- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 (#91) - -Bumps [actions/stale](https://github.com/actions/stale) from v3.0.15 to v3.0.16. -- [Release notes](https://github.com/actions/stale/releases) -- [Commits](https://github.com/actions/stale/compare/v3.0.15...9d6f46564a515a9ea11e7762ab3957ee58ca50da) - -Signed-off-by: dependabot[bot] - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 (#89) - -Bumps [actionshub/markdownlint](https://github.com/actionshub/markdownlint) from 2.0.0 to 2.0.2. -- [Release notes](https://github.com/actionshub/markdownlint/releases) -- [Changelog](https://github.com/actionshub/markdownlint/blob/master/CHANGELOG.md) -- [Commits](https://github.com/actionshub/markdownlint/compare/2.0.0...4668c0321d5e398f4776e88e0f87d203dec0fd99) - -Signed-off-by: dependabot[bot] - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 (#90) - -Bumps [actions/cache](https://github.com/actions/cache) from v2.1.3 to v2.1.4. -- [Release notes](https://github.com/actions/cache/releases) -- [Commits](https://github.com/actions/cache/compare/v2.1.3...26968a09c0ea4f3e233fdddbafd1166051a095f6) - -Signed-off-by: dependabot[bot] - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +# Changelog since v0.9.2 +- ⬆ Upgrades git to 2.30.1-r0 (#93) diff --git a/zwave2mqtt/README.md b/zwave2mqtt/README.md index 89988cedf..ef2f7b26f 100644 --- a/zwave2mqtt/README.md +++ b/zwave2mqtt/README.md @@ -58,5 +58,5 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-c8e1d62-blue.svg -[release]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/c8e1d62 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-9a2866a-blue.svg +[release]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/9a2866a \ No newline at end of file diff --git a/zwave2mqtt/config.json b/zwave2mqtt/config.json index eceb4f9cc..9d095e8d8 100644 --- a/zwave2mqtt/config.json +++ b/zwave2mqtt/config.json @@ -1,6 +1,6 @@ { "name": "Z-Wave to MQTT", - "version": "c8e1d62", + "version": "9a2866a", "slug": "zwave2mqtt", "description": "Fully configurable Z-Wave to MQTT gateway and control panel", "url": "https://github.com/hassio-addons/addon-zwave2mqtt",