diff --git a/README.md b/README.md index c575d4fa1..ed764ebb1 100644 --- a/README.md +++ b/README.md @@ -750,10 +750,10 @@ SOFTWARE. [example-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [example-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [example-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/3b03909 -[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/3b03909/README.md +[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/50f1b38 +[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/50f1b38/README.md [ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues -[ftp-version-shield]: https://img.shields.io/badge/version-3b03909-blue.svg +[ftp-version-shield]: https://img.shields.io/badge/version-50f1b38-blue.svg [ftp-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/ftp/CHANGELOG.md b/ftp/CHANGELOG.md index 40c9a190f..b51e64b94 100644 --- a/ftp/CHANGELOG.md +++ b/ftp/CHANGELOG.md @@ -1,3 +1,8 @@ # Changelog since v4.3.0 +- Fix SSL no ciphers available (#107) + +* Fix SSL no ciphers available + +* Add missing newline - Allow for showing hidden dot files (#106) - ⬆️ Upgrades add-on base image to 11.0.0 (#105) diff --git a/ftp/README.md b/ftp/README.md index b3cdcd3df..1909879fb 100644 --- a/ftp/README.md +++ b/ftp/README.md @@ -53,5 +53,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-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-3b03909-blue.svg -[release]: https://github.com/hassio-addons/addon-ftp/tree/3b03909 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-50f1b38-blue.svg +[release]: https://github.com/hassio-addons/addon-ftp/tree/50f1b38 \ No newline at end of file diff --git a/ftp/config.yaml b/ftp/config.yaml index 46ddf3b13..1a7c7ad19 100644 --- a/ftp/config.yaml +++ b/ftp/config.yaml @@ -77,4 +77,4 @@ schema: slug: ftp startup: services url: https://github.com/hassio-addons/addon-ftp -version: 3b03909 +version: 50f1b38