diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a0a584..527afe9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## v11.0.9 (2024-09-11) + +### Other + +* Merge pull request #731 from mraniki/dev + +⬆️ 🤖 - As to the Adjective when in doubt strike it out ([`6633a50`](https://github.com/mraniki/dxsp/commit/6633a50d4c6977b9ea64789bbfd054df5f51398d)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency sphinx-hoverxref to v1.4.1 ([`dd7f10c`](https://github.com/mraniki/dxsp/commit/dd7f10c9efcb24ed49e55dd6031141b7642cd0df)) + ## v11.0.8 (2024-09-05) ### Other diff --git a/dxsp/__init__.py b/dxsp/__init__.py index 92dab354..bfaa0a45 100644 --- a/dxsp/__init__.py +++ b/dxsp/__init__.py @@ -1,4 +1,4 @@ -__version__ = "11.0.8" +__version__ = "11.0.9" from dxsp.main import DexSwap diff --git a/pyproject.toml b/pyproject.toml index 8f2dfc81..586537a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "dxsp" -version = "11.0.8" +version = "11.0.9" description = "DXSP (DeX SwaP), A defi swap helper package. Swap made easy." authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"