diff --git a/CHANGELOG.md b/CHANGELOG.md index c162040..af29056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ # Changelog All changes will be registered here per release. -## [0.8.6] - Current date +## [0.8.7] - 2021-11-20 Added `Algorand / ALGO` Project/Token. Added `Dfinity / ICP` Project/Token. Added `BUSD` stable coin. Code refactoring and fixes. ## [0.8.6] - 2021-07-03 -Fix `COINBASE` Exchange Rate limits that would result in an HTTP 429 Too Many Requests. +Fixed `COINBASE` Exchange Rate limits that would result in an HTTP 429 Too Many Requests. Removed deprecated Projects that would make DB Migrations fail. Code refactoring and fixes. diff --git a/xtcryptosignals/__init__.py b/xtcryptosignals/__init__.py index 5cf3631..c2e4215 100644 --- a/xtcryptosignals/__init__.py +++ b/xtcryptosignals/__init__.py @@ -9,4 +9,4 @@ __maintainer__ = "Paulo Antunes" __email__ = "pjmlantunes@gmail.com" -__version__ = "0.8.7rc" +__version__ = "0.8.7"