Skip to content

Commit

Permalink
docs: Update changelog with tag 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Burgess committed Mar 5, 2020
1 parent c8f79ad commit f18bcf7
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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:**
Expand Down Expand Up @@ -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))
Expand All @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit f18bcf7

Please sign in to comment.