|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [Unreleased](https://github.com/bunq/sdk_csharp/tree/HEAD) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/bunq/sdk_csharp/compare/1.10.16...HEAD) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Installing the nuget package adds root files that you can't remove [\#127](https://github.com/bunq/sdk_csharp/issues/127) |
| 10 | +- Event missing from endpoints [\#121](https://github.com/bunq/sdk_csharp/issues/121) |
| 11 | +- broken PaymentsSample.cs link in README [\#119](https://github.com/bunq/sdk_csharp/issues/119) |
| 12 | +- MonetaryAccountSavings missing from endpoints [\#118](https://github.com/bunq/sdk_csharp/issues/118) |
| 13 | + |
| 14 | +**Merged pull requests:** |
| 15 | + |
| 16 | +- Fix NotificationFilter, Serialization issues and implement PSD2 [\#128](https://github.com/bunq/sdk_csharp/pull/128) ([NickvandeGroes](https://github.com/NickvandeGroes)) |
| 17 | + |
| 18 | +## [1.10.16](https://github.com/bunq/sdk_csharp/tree/1.10.16) (2019-06-16) |
| 19 | +[Full Changelog](https://github.com/bunq/sdk_csharp/compare/1.10.3...1.10.16) |
| 20 | + |
3 | 21 | ## [1.10.3](https://github.com/bunq/sdk_csharp/tree/1.10.3) (2019-05-22)
|
4 | 22 | [Full Changelog](https://github.com/bunq/sdk_csharp/compare/1.10.2...1.10.3)
|
5 | 23 |
|
|
71 | 89 | **Merged pull requests:**
|
72 | 90 |
|
73 | 91 | - Added travis config. \(bunq/sdk\_csharp\#90\) [\#110](https://github.com/bunq/sdk_csharp/pull/110) ([OGKevin](https://github.com/OGKevin))
|
| 92 | +- Change Java to Csharp in readme. \(bunq/sdk\_csharp\#97\) [\#98](https://github.com/bunq/sdk_csharp/pull/98) ([robinvanpoppel](https://github.com/robinvanpoppel)) |
74 | 93 | - Oauth bunq/sdk\_csharp\#112 [\#113](https://github.com/bunq/sdk_csharp/pull/113) ([OGKevin](https://github.com/OGKevin))
|
75 | 94 | - Auto reload context bunq/sdk\_csharp\#72 [\#111](https://github.com/bunq/sdk_csharp/pull/111) ([OGKevin](https://github.com/OGKevin))
|
76 | 95 | - Updated the examples on readme. \(bunq/sdk\_csharp\#91\) [\#109](https://github.com/bunq/sdk_csharp/pull/109) ([OGKevin](https://github.com/OGKevin))
|
|
83 | 102 | ## [0.13.1](https://github.com/bunq/sdk_csharp/tree/0.13.1) (2018-05-30)
|
84 | 103 | [Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.13.0...0.13.1)
|
85 | 104 |
|
86 |
| -**Merged pull requests:** |
87 |
| - |
88 |
| -- Change Java to Csharp in readme. \(bunq/sdk\_csharp\#97\) [\#98](https://github.com/bunq/sdk_csharp/pull/98) ([robinvanpoppel](https://github.com/robinvanpoppel)) |
89 |
| - |
90 | 105 | ## [0.13.0](https://github.com/bunq/sdk_csharp/tree/0.13.0) (2018-03-20)
|
91 | 106 | [Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.12.4...0.13.0)
|
92 | 107 |
|
|
110 | 125 | **Merged pull requests:**
|
111 | 126 |
|
112 | 127 | - Regenerate code for release [\#82](https://github.com/bunq/sdk_csharp/pull/82) ([OGKevin](https://github.com/OGKevin))
|
| 128 | +- Regenerated code with correct object types. \(bunq/sdk\_csharp\#51\) [\#79](https://github.com/bunq/sdk_csharp/pull/79) ([OGKevin](https://github.com/OGKevin)) |
113 | 129 | - Added missing field id for TokenQrRequestIdeal. \(bunq/sdk\_csharp\#76\) [\#78](https://github.com/bunq/sdk_csharp/pull/78) ([OGKevin](https://github.com/OGKevin))
|
114 | 130 | - 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))
|
115 | 131 | - \(bunq/sdk\_csharp\#63\) add response id to failed request [\#73](https://github.com/bunq/sdk_csharp/pull/73) ([OGKevin](https://github.com/OGKevin))
|
|
136 | 152 |
|
137 | 153 | **Merged pull requests:**
|
138 | 154 |
|
139 |
| -- Regenerated code with correct object types. \(bunq/sdk\_csharp\#51\) [\#79](https://github.com/bunq/sdk_csharp/pull/79) ([OGKevin](https://github.com/OGKevin)) |
140 | 155 | - Ensure that headers are correctly cased before signature verification… [\#59](https://github.com/bunq/sdk_csharp/pull/59) ([OGKevin](https://github.com/OGKevin))
|
141 | 156 | - Improve decoder bunq/sdk csharp\#43 [\#57](https://github.com/bunq/sdk_csharp/pull/57) ([OGKevin](https://github.com/OGKevin))
|
142 | 157 |
|
|
0 commit comments