Accept direction ID as String instead if Integer (fix #2)

This commit is contained in:
2018-11-16 11:04:27 +01:00
parent ee91f05898
commit b9656b386a
5 changed files with 20 additions and 15 deletions

View File

@ -1,3 +1,6 @@
## 1.1.3 [unreleased]
* [fix] Fixed issue with direction ID as `String` instead if `Integer` (#2)
## 1.1.3 [2018-11-13]
* [security] Updates Jackson dependency 2.9.4 to 2.9.7 (CVE-2018-7489)
* [improvement] Client and model classes implement `Serializable`