diff --git a/CHANGELOG.md b/CHANGELOG.md index cb66b0a6c..709a5b60f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,16 @@ ## [Unreleased](https://github.com/bancorprotocol/fastlane-bot/tree/HEAD) -[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.3.0...HEAD) +[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.4.0...HEAD) +- b3\_two\_hop Arb Mode Resulting in Losses Due to Lack of Data Validation [\#42](https://github.com/bancorprotocol/fastlane-bot/issues/42) - Unassigned 'rate\_limiter' Error with Shared Alchemy API Key [\#32](https://github.com/bancorprotocol/fastlane-bot/issues/32) +- Adds data validation to `b3_two_hop` mode by default. [\#43](https://github.com/bancorprotocol/fastlane-bot/pull/43) ([mikewcasale](https://github.com/mikewcasale)) + +## [v2.4.0](https://github.com/bancorprotocol/fastlane-bot/tree/v2.4.0) (2023-07-27) + +[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.3.0...v2.4.0) + - bugfix closes \#32 [\#33](https://github.com/bancorprotocol/fastlane-bot/pull/33) ([mikewcasale](https://github.com/mikewcasale)) ## [v2.3.0](https://github.com/bancorprotocol/fastlane-bot/tree/v2.3.0) (2023-07-26) diff --git a/fastlane_bot/__init__.py b/fastlane_bot/__init__.py index ff5c42abe..e280bb7a2 100644 --- a/fastlane_bot/__init__.py +++ b/fastlane_bot/__init__.py @@ -1,7 +1,7 @@ from .bot import CarbonBot as Bot, __VERSION__, __DATE__ from .config import Config, ConfigNetwork, ConfigDB, ConfigLogger, ConfigProvider -__version__ = '2.4.0' +__version__ = '2.5.0'