diff --git a/CHANGELOG.md b/CHANGELOG.md index 077c1a0..20f9028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # CHANGELOG +## v5.0.0 (2024-10-31) + +### Other + +* Merge pull request #534 from mraniki/dev + +💥 breaking 🔥 dep issue deactivating ib handler ([`61e3d26`](https://github.com/mraniki/cefi/commit/61e3d2608ae9c24fb4707ee79151f42053197a73)) + +* update ibkr.py ([`ec56ddb`](https://github.com/mraniki/cefi/commit/ec56ddbd917821fd5da2bacc2efcd8ed545d34a4)) + +### 💥 + +* 💥 breaking 🔥 dep issue deactivating ib handler ([`84bf982`](https://github.com/mraniki/cefi/commit/84bf982b29628acbb069c618cd52384b05f0d520)) + + ## v4.15.0 (2024-10-29) ### Fix diff --git a/cefi/__init__.py b/cefi/__init__.py index 66f3613..672c4b0 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.15.0" +__version__ = "5.0.0" from cefi.main import CexTrader diff --git a/pyproject.toml b/pyproject.toml index 631ad06..5ebd533 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "4.15.0" +version = "5.0.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"