diff --git a/README.md b/README.md index c744c71b6..ae9cb4d27 100644 --- a/README.md +++ b/README.md @@ -930,10 +930,10 @@ SOFTWARE. [spotify-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [spotify-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [spotify-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/d767ac9 -[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/d767ac9/README.md +[addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/99a3f44 +[addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/99a3f44/README.md [tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues -[tasmoadmin-version-shield]: https://img.shields.io/badge/version-d767ac9-blue.svg +[tasmoadmin-version-shield]: https://img.shields.io/badge/version-99a3f44-blue.svg [tasmoadmin-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [tasmoadmin-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [tasmoadmin-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/tasmoadmin/CHANGELOG.md b/tasmoadmin/CHANGELOG.md index b5aa9280a..005c9779e 100644 --- a/tasmoadmin/CHANGELOG.md +++ b/tasmoadmin/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog since v0.15.1 +- Fix SSL (#189) + +Fix SSL_ERROR_NO_CYPHER_OVERLAP from lets encrypt ssl - 🚀 Add-on CI improvements (#190) - ⬆️ Upgrades add-on base image to v10.0.1 (#186) - ⬆️ Upgrades php7 to 7.4.22-r0 (#185) diff --git a/tasmoadmin/README.md b/tasmoadmin/README.md index f6f55fcc2..41e441038 100644 --- a/tasmoadmin/README.md +++ b/tasmoadmin/README.md @@ -53,6 +53,6 @@ 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-d767ac9-blue.svg -[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/d767ac9 +[release-shield]: https://img.shields.io/badge/version-99a3f44-blue.svg +[release]: https://github.com/hassio-addons/addon-tasmoadmin/tree/99a3f44 [screenshot]: https://github.com/hassio-addons/addon-tasmoadmin/raw/main/images/screenshot.png \ No newline at end of file diff --git a/tasmoadmin/config.json b/tasmoadmin/config.json index 09f007d2b..a4cc229ce 100644 --- a/tasmoadmin/config.json +++ b/tasmoadmin/config.json @@ -1,6 +1,6 @@ { "name": "TasmoAdmin", - "version": "d767ac9", + "version": "99a3f44", "slug": "sonweb", "description": "Centrally manage all your Sonoff-Tasmota devices", "url": "https://github.com/hassio-addons/addon-tasmoadmin",