update changelog and version

This commit is contained in:
Cameron Yick
2019-01-30 22:24:19 -05:00
parent ffb70c577c
commit c1e71ec576
2 changed files with 8 additions and 2 deletions

View File

@@ -2,11 +2,17 @@
History
=======
0.8.x (2018-XX-XX)
0.9.x (2019-XX-XX)
------------------
* New changes go here!
0.9.x (2019-01-30)
------------------
* Documentation: Added runnable jupyter notebook sample under "/examples"
* Minor: bumped various library dependencies
0.8.0 (2018-07-06)
------------------
* Major: Add IEX Endpoint to retrieve data with intraday frequencies (@dcwtx #125)

View File

@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.8.0'
__version__ = '0.9.0'