|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [0.13.0](https://github.com/bunq/sdk_python/tree/0.13.0) (2018-03-20) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/bunq/sdk_python/compare/0.12.4...HEAD) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Add zappr integration for better quality control [\#62](https://github.com/bunq/sdk_python/issues/62) |
| 10 | +- Add more information to template [\#60](https://github.com/bunq/sdk_python/issues/60) |
| 11 | +- Add response id to error messages from failed requests [\#59](https://github.com/bunq/sdk_python/issues/59) |
| 12 | + |
| 13 | +**Fixed bugs:** |
| 14 | + |
| 15 | +- Token request ideal is missing id attribute in response. [\#67](https://github.com/bunq/sdk_python/issues/67) |
| 16 | +- Field ID is missing from MasterCardAction [\#54](https://github.com/bunq/sdk_python/issues/54) |
| 17 | +- TokenQrRequestIdeal returns the wrong type [\#53](https://github.com/bunq/sdk_python/issues/53) |
| 18 | + |
| 19 | +**Closed issues:** |
| 20 | + |
| 21 | +- bunq update 7 [\#75](https://github.com/bunq/sdk_python/issues/75) |
| 22 | + |
| 23 | +**Merged pull requests:** |
| 24 | + |
| 25 | +- Bunq update 7 [\#76](https://github.com/bunq/sdk_python/pull/76) ([OGKevin](https://github.com/OGKevin)) |
| 26 | +- Regenerate code for release [\#74](https://github.com/bunq/sdk_python/pull/74) ([OGKevin](https://github.com/OGKevin)) |
| 27 | +- Regenerated code to add object types. \(bunq/sdk\_python\#53\) [\#70](https://github.com/bunq/sdk_python/pull/70) ([OGKevin](https://github.com/OGKevin)) |
| 28 | +- Bunq/sdk python\#67 add missing token qr id field [\#69](https://github.com/bunq/sdk_python/pull/69) ([OGKevin](https://github.com/OGKevin)) |
| 29 | +- Added missing id field to mastercard action. \(bunq/sdk\_python\#54\) [\#66](https://github.com/bunq/sdk_python/pull/66) ([OGKevin](https://github.com/OGKevin)) |
| 30 | +- Feature/bunq/sdk python\#59 add response id to request error [\#64](https://github.com/bunq/sdk_python/pull/64) ([OGKevin](https://github.com/OGKevin)) |
| 31 | +- Configure Zappr [\#63](https://github.com/bunq/sdk_python/pull/63) ([OGKevin](https://github.com/OGKevin)) |
| 32 | +- \(bunq/sdk\_python\#60\) improve issue and pr template [\#61](https://github.com/bunq/sdk_python/pull/61) ([OGKevin](https://github.com/OGKevin)) |
| 33 | + |
3 | 34 | ## [0.12.4](https://github.com/bunq/sdk_python/tree/0.12.4) (2017-12-21)
|
4 | 35 | [Full Changelog](https://github.com/bunq/sdk_python/compare/0.12.3...0.12.4)
|
5 | 36 |
|
|
10 | 41 | - Return base class from createFromJsonString [\#49](https://github.com/bunq/sdk_python/issues/49)
|
11 | 42 | - CHANGELOG.md is empty [\#46](https://github.com/bunq/sdk_python/issues/46)
|
12 | 43 | - Improve decoder to recognise child object [\#42](https://github.com/bunq/sdk_python/issues/42)
|
| 44 | +- Generated CHANGELOG.md :clap:. \(bunq/sdk\_python\#46\) [\#47](https://github.com/bunq/sdk_python/pull/47) ([OGKevin](https://github.com/OGKevin)) |
13 | 45 |
|
14 | 46 | **Closed issues:**
|
15 | 47 |
|
|
20 | 52 | - Feature/make sure headers are correctly cased bunq/sdk python\#51 [\#57](https://github.com/bunq/sdk_python/pull/57) ([OGKevin](https://github.com/OGKevin))
|
21 | 53 | - Feature/improve decoder bunq/sdk python\#42 [\#56](https://github.com/bunq/sdk_python/pull/56) ([OGKevin](https://github.com/OGKevin))
|
22 | 54 | - Renamed camelCase methods. \(bunq/sdk\_python\#45\) [\#48](https://github.com/bunq/sdk_python/pull/48) ([OGKevin](https://github.com/OGKevin))
|
23 |
| -- Generated CHANGELOG.md :clap:. \(bunq/sdk\_python\#46\) [\#47](https://github.com/bunq/sdk_python/pull/47) ([OGKevin](https://github.com/OGKevin)) |
24 | 55 |
|
25 | 56 | ## [0.12.3](https://github.com/bunq/sdk_python/tree/0.12.3) (2017-11-15)
|
26 | 57 | [Full Changelog](https://github.com/bunq/sdk_python/compare/0.12.2...0.12.3)
|
|
0 commit comments