From 58a385a9dc59aa5c65934926f454f65944ef23b0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 31 Aug 2023 14:55:51 +0000 Subject: [PATCH] Update changelog [skip ci] --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cd8cad33..e5b9e4e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,17 @@ ## [Unreleased](https://github.com/bancorprotocol/fastlane-bot/tree/HEAD) -[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.7.15...HEAD) +[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.7.16...HEAD) + +- list index out of range \[main loop\] [\#101](https://github.com/bancorprotocol/fastlane-bot/issues/101) + +Merged pull requests + +- fixes a bug from replay mode that impacts when running non-replay modes [\#102](https://github.com/bancorprotocol/fastlane-bot/pull/102) ([mikewcasale](https://github.com/mikewcasale)) + +## [v2.7.16](https://github.com/bancorprotocol/fastlane-bot/tree/v2.7.16) (2023-08-31) + +[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.7.15...v2.7.16) - 61 implement replay mode [\#96](https://github.com/bancorprotocol/fastlane-bot/pull/96) ([mikewcasale](https://github.com/mikewcasale))