diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dd621e12..d989cdb0f 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.7.32...HEAD) +[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.7.33...HEAD) - Fix manager tests [\#144](https://github.com/bancorprotocol/fastlane-bot/issues/144) +- bancor v2 pool key bug [\#142](https://github.com/bancorprotocol/fastlane-bot/issues/142) +- bugfix for b2 key value [\#143](https://github.com/bancorprotocol/fastlane-bot/pull/143) ([mikewcasale](https://github.com/mikewcasale)) + +## [v2.7.33](https://github.com/bancorprotocol/fastlane-bot/tree/v2.7.33) (2023-09-20) + +[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.7.32...v2.7.33) + - Update event\_test\_data.json [\#145](https://github.com/bancorprotocol/fastlane-bot/pull/145) ([mikewcasale](https://github.com/mikewcasale)) - Implement new PairOptimizer for pairwise arbitrage modes [\#134](https://github.com/bancorprotocol/fastlane-bot/issues/134) diff --git a/fastlane_bot/__init__.py b/fastlane_bot/__init__.py index 7082b60bd..6c9765f2d 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.7.33' +__version__ = '2.7.34'