Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.16] - 2025-12-29
### Added
- Update to OctoBot 2.0.16

## [2.0.15] - 2025-12-10
### Added
- Update to OctoBot 2.0.15
Expand Down
2 changes: 1 addition & 1 deletion octobot_market_making/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

PROJECT_NAME = "OctoBot-Market-Making"
AUTHOR = "Drakkar-Software"
VERSION = "2.0.15" # major.minor.revision
VERSION = "2.0.16" # major.minor.revision
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Drakkar-Software requirements
OctoBot[full]==2.0.15
OctoBot[full]==2.0.16