File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 2.3.13] - 2023-01-27
8
+ ### Updated
9
+ - [ Exchanges] Improve futures support
10
+ - [ Websockets] Reconnect error management
11
+
7
12
## [ 2.3.12] - 2023-01-25
8
13
### Fixed
9
14
- [ Websockets] Recreate a full ccxt client on reconnection
10
- -
15
+
11
16
## [ 2.3.11] - 2023-01-23
12
17
### Fixed
13
18
- [ Websockets] Reconnection on long lasting connections
Original file line number Diff line number Diff line change 1
- # OctoBot-Trading [ 2.3.12 ] ( https://github.com/Drakkar-Software/OctoBot-Trading/blob/master/CHANGELOG.md )
1
+ # OctoBot-Trading [ 2.3.13 ] ( https://github.com/Drakkar-Software/OctoBot-Trading/blob/master/CHANGELOG.md )
2
2
[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/903b6b22bceb4661b608a86fea655f69 )] ( https://app.codacy.com/gh/Drakkar-Software/OctoBot-Trading?utm_source=github.com&utm_medium=referral&utm_content=Drakkar-Software/OctoBot-Trading&utm_campaign=Badge_Grade_Dashboard )
3
3
[ ![ PyPI] ( https://img.shields.io/pypi/v/OctoBot-Trading.svg )] ( https://pypi.python.org/pypi/OctoBot-Trading/ )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/Drakkar-Software/OctoBot-Trading/badge.svg?branch=master )] ( https://coveralls.io/github/Drakkar-Software/OctoBot-Trading?branch=master )
Original file line number Diff line number Diff line change 15
15
# License along with this library.
16
16
17
17
PROJECT_NAME = "OctoBot-Trading"
18
- VERSION = "2.3.12 " # major.minor.revision
18
+ VERSION = "2.3.13 " # major.minor.revision
You can’t perform that action at this time.
0 commit comments