diff --git a/CHANGELOG.md b/CHANGELOG.md index b64d35b..f9cead6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The version number of OctoBot Market Making is mirroring the version number of its [OctoBot](https://github.com/Drakkar-Software/OctoBot) dependency. +## [2.0.15] - 2025-12-10 +### Added +- Update to OctoBot 2.0.15 + ## [2.0.13] - 2025-19-18 ### Added - Update to OctoBot 2.0.13 diff --git a/octobot_market_making/__init__.py b/octobot_market_making/__init__.py index ac2d710..9738e13 100644 --- a/octobot_market_making/__init__.py +++ b/octobot_market_making/__init__.py @@ -17,4 +17,4 @@ PROJECT_NAME = "OctoBot-Market-Making" AUTHOR = "Drakkar-Software" -VERSION = "2.0.13" # major.minor.revision +VERSION = "2.0.15" # major.minor.revision diff --git a/requirements.txt b/requirements.txt index 4c7f720..3cfc329 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ # Drakkar-Software requirements -OctoBot==2.0.13 +OctoBot[full]==2.0.15