diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e4eb9b90..73b5202a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/bancorprotocol/fastlane-bot/tree/HEAD) -[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/main_skl_flbot_20230725g...HEAD) +[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.2.0...HEAD) + +Merged pull requests + +- Merging DEVSKL from the old repo into the new repo [\#17](https://github.com/bancorprotocol/fastlane-bot/pull/17) ([sklbancor](https://github.com/sklbancor)) + +## [v2.2.0](https://github.com/bancorprotocol/fastlane-bot/tree/v2.2.0) (2023-07-26) + +[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/main_skl_flbot_20230725g...v2.2.0) Merged pull requests diff --git a/fastlane_bot/__init__.py b/fastlane_bot/__init__.py index 8d9e0bd93..1ea0a1b30 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.2.0' +__version__ = '2.3.0'