diff --git a/CHANGELOG.md b/CHANGELOG.md index 20f9028..521897d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # CHANGELOG +## v5.1.0 (2024-11-01) + +### Other + +* Merge pull request #535 from mraniki/dev + +🥚 build(deps): update ibkr.py and pyproject.toml ([`6e6985b`](https://github.com/mraniki/cefi/commit/6e6985bbfabbd4b2af98e24eb127556735b8708c)) + +### 🚨 + +* 🚨 ([`319f522`](https://github.com/mraniki/cefi/commit/319f5228d4ca79bc16108a99d8e0f8c9245df353)) + +### 🥚 + +* 🥚 build(deps): update ibkr.py and pyproject.toml ([`134afd0`](https://github.com/mraniki/cefi/commit/134afd0d1ff7266db14a153132f3658dda5e73ad)) + + ## v5.0.0 (2024-10-31) ### Other diff --git a/cefi/__init__.py b/cefi/__init__.py index 672c4b0..eea3795 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.0.0" +__version__ = "5.1.0" from cefi.main import CexTrader diff --git a/pyproject.toml b/pyproject.toml index 34ddabe..fd00050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "5.0.0" +version = "5.1.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"