From 96c0f060a3701e30dbfaffe78b33f8f0e1fcfb0d Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Sun, 11 Mar 2018 15:35:32 -0400 Subject: [PATCH] Update Changelog --- HISTORY.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 47eb4de..150a835 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,15 @@ History ======= +0.5.0 (2018-03-11) +------------------ + +* Updated examples in docs for getting historical prices +* Add interfaces to obtain mutual fund and ETF tickers (@savagesmc #62) +* Raise explicit error when API key is missing (#44) +* Update development dependencies + + 0.4.0 (2017-10-22) ------------------