From 202d1165dd69f8a8250dcbbc14abdc9734e54d90 Mon Sep 17 00:00:00 2001 From: Chris Lee Date: Mon, 19 Dec 2022 23:33:51 +1100 Subject: [PATCH] docs: updated CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34b5af44..863405c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,13 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.0.95] - 2022-12-19 - Added API error message when using the wrong API key/secret - [#544](https://github.com/chrisleekr/binance-trading-bot/pull/544) - Automatic login when password is autofilled by the browser by [@rando128](https://github.com/rando128) - [#550](https://github.com/chrisleekr/binance-trading-bot/pull/550) - Fixed the queue concurrency issue - [#551](https://github.com/chrisleekr/binance-trading-bot/pull/551) - Added the feature to hide temporary disabled trading coins from dashboard by [@rando128](https://github.com/rando128) - [#552](https://github.com/chrisleekr/binance-trading-bot/pull/552) +- Enhanced the suggested break-even amount with a grid calculator by [@rando128](https://github.com/rando128) - [#554](https://github.com/chrisleekr/binance-trading-bot/pull/554) Thanks [@rando128](https://github.com/rando128) for your great contributions. 💯 :heart: