|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [0.13.0](https://github.com/bunq/sdk_csharp/tree/0.13.0) (2018-03-20) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.12.4...0.13.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Add zappr integration for better quality control [\#66](https://github.com/bunq/sdk_csharp/issues/66) |
| 10 | +- Add more information to templates. [\#64](https://github.com/bunq/sdk_csharp/issues/64) |
| 11 | +- Add response id to error messages from failed requests [\#63](https://github.com/bunq/sdk_csharp/issues/63) |
| 12 | +- Add installation instructions to README.md [\#61](https://github.com/bunq/sdk_csharp/issues/61) |
| 13 | + |
| 14 | +**Fixed bugs:** |
| 15 | + |
| 16 | +- Token request ideal is missing id attribute in response. [\#76](https://github.com/bunq/sdk_csharp/issues/76) |
| 17 | +- Field ID is missing from MasterCardAction [\#52](https://github.com/bunq/sdk_csharp/issues/52) |
| 18 | +- TokenQrRequestIdeal returns the wrong type [\#51](https://github.com/bunq/sdk_csharp/issues/51) |
| 19 | + |
| 20 | +**Closed issues:** |
| 21 | + |
| 22 | +- Bunq update 7 [\#83](https://github.com/bunq/sdk_csharp/issues/83) |
| 23 | + |
| 24 | +**Merged pull requests:** |
| 25 | + |
| 26 | +- Bunq update 7 [\#84](https://github.com/bunq/sdk_csharp/pull/84) ([OGKevin](https://github.com/OGKevin)) |
| 27 | +- Regenerate code for release [\#82](https://github.com/bunq/sdk_csharp/pull/82) ([OGKevin](https://github.com/OGKevin)) |
| 28 | +- Regenerated code with correct object types. \(bunq/sdk\_csharp\#51\) [\#79](https://github.com/bunq/sdk_csharp/pull/79) ([OGKevin](https://github.com/OGKevin)) |
| 29 | +- Added missing field id for TokenQrRequestIdeal. \(bunq/sdk\_csharp\#76\) [\#78](https://github.com/bunq/sdk_csharp/pull/78) ([OGKevin](https://github.com/OGKevin)) |
| 30 | +- Added missing id field from mastercard action. \(bunq/sdk\_csharp\#52\) [\#74](https://github.com/bunq/sdk_csharp/pull/74) ([OGKevin](https://github.com/OGKevin)) |
| 31 | +- \(bunq/sdk\_csharp\#63\) add response id to failed request [\#73](https://github.com/bunq/sdk_csharp/pull/73) ([OGKevin](https://github.com/OGKevin)) |
| 32 | +- Configure Zappr [\#67](https://github.com/bunq/sdk_csharp/pull/67) ([OGKevin](https://github.com/OGKevin)) |
| 33 | +- Improve issue and pr template. \(bunq/sdk\_csharp\#64\) [\#65](https://github.com/bunq/sdk_csharp/pull/65) ([OGKevin](https://github.com/OGKevin)) |
| 34 | +- Added installation instructions to README.md. \(bunq/sdk\_csharp\#61\) [\#62](https://github.com/bunq/sdk_csharp/pull/62) ([OGKevin](https://github.com/OGKevin)) |
| 35 | + |
3 | 36 | ## [0.12.4](https://github.com/bunq/sdk_csharp/tree/0.12.4) (2017-12-21)
|
4 | 37 | [Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.12.3...0.12.4)
|
5 | 38 |
|
|
10 | 43 | - Return base class from createFromJsonString [\#48](https://github.com/bunq/sdk_csharp/issues/48)
|
11 | 44 | - CHANGELOG.md is empty [\#46](https://github.com/bunq/sdk_csharp/issues/46)
|
12 | 45 | - Improve decoder to recognise child objects [\#43](https://github.com/bunq/sdk_csharp/issues/43)
|
| 46 | +- Generated CHANGELOG.md :clap:. \(bunq/sdk\_csharp\#46\) [\#47](https://github.com/bunq/sdk_csharp/pull/47) ([OGKevin](https://github.com/OGKevin)) |
13 | 47 |
|
14 | 48 | **Closed issues:**
|
15 | 49 |
|
16 | 50 | - Payment example doesn't work without a name for the pointer [\#54](https://github.com/bunq/sdk_csharp/issues/54)
|
17 | 51 |
|
18 | 52 | **Merged pull requests:**
|
19 | 53 |
|
20 |
| -- Insure that headers are correctly cased before signature verification… [\#59](https://github.com/bunq/sdk_csharp/pull/59) ([OGKevin](https://github.com/OGKevin)) |
| 54 | +- Ensure that headers are correctly cased before signature verification… [\#59](https://github.com/bunq/sdk_csharp/pull/59) ([OGKevin](https://github.com/OGKevin)) |
21 | 55 | - Improve decoder bunq/sdk csharp\#43 [\#57](https://github.com/bunq/sdk_csharp/pull/57) ([OGKevin](https://github.com/OGKevin))
|
22 |
| -- Generated CHANGELOG.md :clap:. \(bunq/sdk\_csharp\#46\) [\#47](https://github.com/bunq/sdk_csharp/pull/47) ([OGKevin](https://github.com/OGKevin)) |
23 | 56 |
|
24 | 57 | ## [0.12.3](https://github.com/bunq/sdk_csharp/tree/0.12.3) (2017-11-15)
|
25 | 58 | [Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.12.2...0.12.3)
|
|
0 commit comments