[docs] Update changelog and version for 0.12.0 release

This commit is contained in:
Cameron Yick
2019-10-20 17:07:41 -04:00
parent f619911d11
commit 4a9f06b541
2 changed files with 7 additions and 2 deletions

View File

@@ -2,10 +2,15 @@
History
=======
0.12.x (2019-09-XX)
0.13.0 (2019-11-XX - Unreleased)
--------------------
* Update me with new features!
0.12.0 (2019-10-20)
--------------------
* Feature: Added 3 new methods for crypo endpoints: top of book prices, historical, and metadata endpoints (@n1rna #340)
* Feature: Permit list_tickers to support multiple asset types at once (@n1rna #346)
0.11.0 (2019-09-01)
--------------------
* [/news] Internally rename sources parameter to "source", ensure lists are passed as comma separated values #325. Non-breaking external change.

View File

@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.11.0'
__version__ = '0.12.0'