File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77* It is strongly advised to perform an update of your tentacles after updating OctoBot. (start.py tentacles --install --all)*
88
9+ ## [ 2.0.14] - 2025-10-28
10+ ### Fixed
11+ - Made pyarrow dependency optionnal to prevent a rare .dll import error
12+ - [ Coinbase] fix markets loading error when api keys are invalid
13+
914## [ 2.0.13] - 2025-10-17
1015### Added
1116- [ GridTrading] Order by order trailing system
Original file line number Diff line number Diff line change 1- # OctoBot [ 2.0.13 ] ( https://github.com/Drakkar-Software/OctoBot/blob/master/CHANGELOG.md )
1+ # OctoBot [ 2.0.14 ] ( https://github.com/Drakkar-Software/OctoBot/blob/master/CHANGELOG.md )
22[ ![ PyPI] ( https://img.shields.io/pypi/v/OctoBot.svg?logo=pypi )] ( https://pypi.org/project/OctoBot )
33[ ![ Downloads] ( https://pepy.tech/badge/octobot/month )] ( https://pepy.tech/project/octobot )
44[ ![ Dockerhub] ( https://img.shields.io/docker/pulls/drakkarsoftware/octobot.svg?logo=docker )] ( https://hub.docker.com/r/drakkarsoftware/octobot )
Original file line number Diff line number Diff line change 1616
1717PROJECT_NAME = "OctoBot"
1818AUTHOR = "Drakkar-Software"
19- VERSION = "2.0.13 " # major.minor.revision
19+ VERSION = "2.0.14 " # major.minor.revision
2020LONG_VERSION = f"{ VERSION } "
You can’t perform that action at this time.
0 commit comments