Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pantunes committed Nov 20, 2021
1 parent 455f8ce commit 86b68b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion xtcryptosignals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
__maintainer__ = "Paulo Antunes"
__email__ = "[email protected]"

__version__ = "0.8.7rc"
__version__ = "0.8.7"

0 comments on commit 86b68b3

Please sign in to comment.