From 1db2af922f42ea6e53825262711be6c04a6ee716 Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Mon, 30 Apr 2018 23:00:40 -0400 Subject: [PATCH] Update Changelog with release notes --- HISTORY.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 150a835..83f3666 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,13 @@ History ======= +0.6.0 (2018-04-30) +------------------ + +* Fix bug in resample argument name (@dcwtx #82) +* Add tool for removing API Keys from test fixtures (@dcwtx #107) +* Remove official support for Python 3.3 + 0.5.0 (2018-03-11) ------------------