diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e70a52f..22a0a584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## v11.0.8 (2024-09-05) + +### Other + +* Merge pull request #729 from mraniki/dev + +⬆️ 🤖 - Wagners music is better than it sounds ([`7d1ba0d`](https://github.com/mraniki/dxsp/commit/7d1ba0d18b31470e384b3685e12e89a971435c9e)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency myst_parser to v4 ([`623c0b8`](https://github.com/mraniki/dxsp/commit/623c0b8c6f977f41eeaa4396c640f7927914ad79)) + ## v11.0.7 (2024-08-23) ### Other diff --git a/dxsp/__init__.py b/dxsp/__init__.py index c799a716..92dab354 100644 --- a/dxsp/__init__.py +++ b/dxsp/__init__.py @@ -1,4 +1,4 @@ -__version__ = "11.0.7" +__version__ = "11.0.8" from dxsp.main import DexSwap diff --git a/pyproject.toml b/pyproject.toml index 277ddade..f02b818e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "dxsp" -version = "11.0.7" +version = "11.0.8" description = "DXSP (DeX SwaP), A defi swap helper package. Swap made easy." authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"