diff --git a/binance-trading-bot/CHANGELOG.md b/binance-trading-bot/CHANGELOG.md index 0381dbb40..ce24cfb1e 100644 --- a/binance-trading-bot/CHANGELOG.md +++ b/binance-trading-bot/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.0.100 (21-02-2025) +- Update to latest version from chrisleekr/binance-trading-bot (changelog : https://github.com/chrisleekr/binance-trading-bot/releases) + ## 0.0.99 (09-11-2024) - Update to latest version from chrisleekr/binance-trading-bot (changelog : https://github.com/chrisleekr/binance-trading-bot/releases) diff --git a/binance-trading-bot/Dockerfile b/binance-trading-bot/Dockerfile index 91b56a493..813d280e6 100644 --- a/binance-trading-bot/Dockerfile +++ b/binance-trading-bot/Dockerfile @@ -15,7 +15,7 @@ ################# ARG BUILD_VERSION -ARG BUILD_UPSTREAM="0.0.99" +ARG BUILD_UPSTREAM="0.0.100" ARG BUILD_FROM FROM $BUILD_FROM diff --git a/binance-trading-bot/config.json b/binance-trading-bot/config.json index 1398efba0..a53309268 100644 --- a/binance-trading-bot/config.json +++ b/binance-trading-bot/config.json @@ -120,5 +120,5 @@ "slug": "binance-trading-bot", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.0.99" + "version": "0.0.100" } diff --git a/binance-trading-bot/updater.json b/binance-trading-bot/updater.json index 48d5504d1..d3b8528f0 100644 --- a/binance-trading-bot/updater.json +++ b/binance-trading-bot/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "09-11-2024", + "last_update": "21-02-2025", "repository": "alexbelgium/hassio-addons", "slug": "binance-trading-bot", "source": "github", "upstream_repo": "chrisleekr/binance-trading-bot", - "upstream_version": "0.0.99" + "upstream_version": "0.0.100" }