diff --git a/Arbie/__init__.py b/Arbie/__init__.py index 5dbb01e..2fbec6e 100644 --- a/Arbie/__init__.py +++ b/Arbie/__init__.py @@ -8,7 +8,7 @@ ) from Arbie.settings_parser import SettingsParser # noqa: F401 -__version__ = "0.5.0" # noqa: WPS410 +__version__ = "0.6.0" # noqa: WPS410 __version_info__ = tuple( int(i) for i in __version__.split(".") if i.isdigit() ) # noqa: WPS221 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4758b0d..b933a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v0.6.0 (2020-12-06) +### Feature +* **trader:** Add action for trading using arbie ([`8fd32a0`](https://github.com/owodunni/arbie/commit/8fd32a085ad47fcd5ed26a3fc512d7b52edb5381)) + ## v0.5.0 (2020-12-04) ### Feature * Add arbie smart contract ([`0457321`](https://github.com/owodunni/arbie/commit/045732115902c6e869342a5bebef224a266feab2))