Skip to content

Commit 38cae76

Browse files
committed
[Version] v2.0.11
1 parent 5306444 commit 38cae76

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The version number of OctoBot Market Making is mirroring the version number
55
of its [OctoBot](https://github.com/Drakkar-Software/OctoBot) dependency.
66

7+
## [2.0.11] - 2025-06-06
8+
### Added
9+
- Update to OctoBot 2.0.11
10+
711
## [2.0.10] - 2025-03-25
812
### Added
913
- OctoBot Market Making alpha version

octobot_market_making/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
PROJECT_NAME = "OctoBot-Market-Making"
1919
AUTHOR = "Drakkar-Software"
20-
VERSION = "2.0.10" # major.minor.revision
20+
VERSION = "2.0.11" # major.minor.revision

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Drakkar-Software requirements
2-
OctoBot==2.0.10
2+
OctoBot==2.0.11

0 commit comments

Comments
 (0)