diff --git a/CHANGELOG.md b/CHANGELOG.md index 521897d..35eddff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,35 @@ # CHANGELOG +## v5.2.0 (2024-11-01) + +### Other + +* Merge pull request #536 from mraniki/dev + +🥚 sorting dep ([`bc49833`](https://github.com/mraniki/cefi/commit/bc49833949dad827679ecabb859778e84d76bd23)) + +* update cefi/handler/__init__.py ([`5c3938c`](https://github.com/mraniki/cefi/commit/5c3938ce3f9817277f6f782b4b2cf1e8414a79bd)) + +### 🔥 + +* 🔥 ⬆️ mt5linux dep issue ([`404e462`](https://github.com/mraniki/cefi/commit/404e462ad3ab5a8f33005f59f39dbfe2fb2d43a8)) + +* 🔥 black ([`3a669a9`](https://github.com/mraniki/cefi/commit/3a669a9635bc17158f2a8510c8724b47c6efad02)) + +### 🚑 + +* 🚑 missing import ([`18144c0`](https://github.com/mraniki/cefi/commit/18144c03b037345f357cec48945d305bcee1c181)) + +### 🚨 + +* 🚨 ([`60c92cc`](https://github.com/mraniki/cefi/commit/60c92cc4df3b373a843c70b245c9292cc7a75953)) + +### 🥚 + +* 🥚 addind back metatrader interface ([`08e534f`](https://github.com/mraniki/cefi/commit/08e534f6880926d80565d1889c2f2c5f90b2451d)) + + ## v5.1.0 (2024-11-01) ### Other diff --git a/cefi/__init__.py b/cefi/__init__.py index eea3795..f943236 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.1.0" +__version__ = "5.2.0" from cefi.main import CexTrader diff --git a/pyproject.toml b/pyproject.toml index 7440c88..24c1cff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "5.1.0" +version = "5.2.0" description = "A python library, to interact with Crypto Exchanges (CCXT library) and brokers (IB & Capital.com)" authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"