Skip to content

Commit

Permalink
[Version] v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Jan 18, 2024
1 parent e110897 commit eadac9d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

*It is strongly advised to perform an update of your tentacles after updating OctoBot. (start.py tentacles --install --all)*

## [1.0.7] - 2024-01-18
### Added
- [CoinEx] Support CoinEx
### Fixed
- [Exchanges] Websocket reconnection issues

## [1.0.6] - 2024-01-09
### Added
- [TradingModes] Improved documentation and added links to full guides
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OctoBot [1.0.6](https://octobot.click/gh-changelog)
# OctoBot [1.0.7](https://octobot.click/gh-changelog)
[![PyPI](https://img.shields.io/pypi/v/OctoBot.svg?logo=pypi)](https://octobot.click/gh-pypi)
[![Downloads](https://pepy.tech/badge/octobot/month)](https://pepy.tech/project/octobot)
[![Dockerhub](https://img.shields.io/docker/pulls/drakkarsoftware/octobot.svg?logo=docker)](https://octobot.click/gh-dockerhub)
Expand Down
2 changes: 1 addition & 1 deletion octobot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

PROJECT_NAME = "OctoBot"
AUTHOR = "Drakkar-Software"
VERSION = "1.0.6" # major.minor.revision
VERSION = "1.0.7" # major.minor.revision
LONG_VERSION = f"{VERSION}"

0 comments on commit eadac9d

Please sign in to comment.