From 471a57ca68f8361c9b2cc858c58dcb446f26bb8d Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 1 Feb 2021 05:49:51 +0000 Subject: [PATCH] bump(version): Release v0.8.8 Automatically generated by python-semantic-release --- Arbie/__init__.py | 2 +- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Arbie/__init__.py b/Arbie/__init__.py index da7bd00..a2d54e8 100644 --- a/Arbie/__init__.py +++ b/Arbie/__init__.py @@ -9,7 +9,7 @@ ) from Arbie.settings_parser import SettingsParser # noqa: F401 -__version__ = "0.8.7" # noqa: WPS410 +__version__ = "0.8.8" # 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 26e8307..b2f2c8f 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.8.8 (2021-02-01) +### Fix +* **Trader:** Make it possible to dry_run ([`ab4ccce`](https://github.com/owodunni/arbie/commit/ab4ccce1db7f7a4310d8c94f7e479b9220626c96)) + ## v0.8.7 (2021-01-31) ### Fix * **Trader:** Account for gas cost when estimating trade profit ([`e8eaeec`](https://github.com/owodunni/arbie/commit/e8eaeecf7f38f29c0c479cb0404d6a9f7d90f6c1))