From f18bcf76b7ec8c74f91eeb8cc75c413876c721b9 Mon Sep 17 00:00:00 2001 From: Christopher Burgess Date: Thu, 5 Mar 2020 18:38:46 +0000 Subject: [PATCH] docs: Update changelog with tag 0.13.1 --- CHANGELOG.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d02cce70..184acb3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.13.1](https://github.com/vortechsa/python-sdk/tree/0.13.1) (2020-03-05) + +[Full Changelog](https://github.com/vortechsa/python-sdk/compare/0.13.0...0.13.1) + +**Merged pull requests:** + +- Client probe request [\#160](https://github.com/VorTECHsa/python-sdk/pull/160) ([cvonsteg](https://github.com/cvonsteg)) +- chore: Set Content-Type as application/json in requests [\#159](https://github.com/VorTECHsa/python-sdk/pull/159) ([KitBurgess](https://github.com/KitBurgess)) + ## [0.13.0](https://github.com/vortechsa/python-sdk/tree/0.13.0) (2020-03-05) [Full Changelog](https://github.com/vortechsa/python-sdk/compare/0.12.1...0.13.0) @@ -114,6 +123,7 @@ **Fixed bugs:** - CargoMovementsResult.to\_df\('all'\) blows up [\#120](https://github.com/VorTECHsa/python-sdk/issues/120) +- CargoMovements filter\_activity illegal state [\#71](https://github.com/VorTECHsa/python-sdk/issues/71) - Reference shouldn't return a list [\#69](https://github.com/VorTECHsa/python-sdk/issues/69) **Closed issues:** @@ -196,10 +206,6 @@ [Full Changelog](https://github.com/vortechsa/python-sdk/compare/0.7.0...0.8.0) -**Implemented enhancements:** - -- filter\_time\_min and filter\_time\_max parameters should be python datetime objects [\#45](https://github.com/VorTECHsa/python-sdk/issues/45) - **Merged pull requests:** - feat: Use datetime type as time argument, closes \#45 [\#92](https://github.com/VorTECHsa/python-sdk/pull/92) ([KitBurgess](https://github.com/KitBurgess)) @@ -209,6 +215,10 @@ [Full Changelog](https://github.com/vortechsa/python-sdk/compare/0.6.1...0.7.0) +**Implemented enhancements:** + +- filter\_time\_min and filter\_time\_max parameters should be python datetime objects [\#45](https://github.com/VorTECHsa/python-sdk/issues/45) + **Closed issues:** - Where do I get an API key from [\#75](https://github.com/VorTECHsa/python-sdk/issues/75) @@ -226,10 +236,6 @@ - Add DataFrame example to all endpoints [\#58](https://github.com/VorTECHsa/python-sdk/issues/58) -**Fixed bugs:** - -- CargoMovements filter\_activity illegal state [\#71](https://github.com/VorTECHsa/python-sdk/issues/71) - **Closed issues:** - Bounding box is lon/lat not lat/lon [\#88](https://github.com/VorTECHsa/python-sdk/issues/88)