From 56c9ce41efff19cdbd5a0667bd272d8d768c315c Mon Sep 17 00:00:00 2001 From: Guillaume De Saint Martin Date: Wed, 17 Jul 2024 09:27:59 +0200 Subject: [PATCH] [Version] v2.0.2 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- octobot/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1363360b..61ea1f44d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ 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)* +## [2.0.2] - 2024-07-17 +### Updated +- [WebInterface] Improve light & dark themes display +### Fixed +- [WebInterface] Fix extension checkout +- [RAM] Reduce required RAM when loading a large amount of trades +- [BingX] Fix order sizing issues + ## [2.0.1] - 2024-07-09 ### Updated - [WebInterface] Add contact on extension page diff --git a/README.md b/README.md index d3d251a8d..05e6b3678 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OctoBot [2.0.1](https://github.com/Drakkar-Software/OctoBot/blob/master/CHANGELOG.md) +# OctoBot [2.0.2](https://github.com/Drakkar-Software/OctoBot/blob/master/CHANGELOG.md) [![PyPI](https://img.shields.io/pypi/v/OctoBot.svg?logo=pypi)](https://pypi.org/project/OctoBot) [![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://hub.docker.com/r/drakkarsoftware/octobot) diff --git a/octobot/__init__.py b/octobot/__init__.py index 031c5ba5c..0f329eb14 100644 --- a/octobot/__init__.py +++ b/octobot/__init__.py @@ -16,5 +16,5 @@ PROJECT_NAME = "OctoBot" AUTHOR = "Drakkar-Software" -VERSION = "2.0.1" # major.minor.revision +VERSION = "2.0.2" # major.minor.revision LONG_VERSION = f"{VERSION}"