diff --git a/HISTORY.rst b/HISTORY.rst index 98fb171..fd0352d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,17 @@ History ======= +0.8.x (2018-XX-XX) +------------------ +* New changes go here! + + +0.8.0 (2018-07-06) +------------------ +* Major: Add IEX Endpoint to retrieve data with intraday frequencies (@dcwtx #125) +* Minor: update documentation for contributing/releasing new versions +* Speed up Travis build process with pip cache + 0.7.0 (2018-06-14) ------------------ * Major: Provide functions for returning data as pandas Dataframes or Series (@dcwtx #112) diff --git a/tiingo/__version__.py b/tiingo/__version__.py index 28b1b2f..690cefb 100644 --- a/tiingo/__version__.py +++ b/tiingo/__version__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '0.7.0' +__version__ = '0.8.0'