|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/bunq/sdk_csharp/tree/1.1.0) |
| 3 | +## [1.10.0](https://github.com/bunq/sdk_csharp/tree/1.10.0) |
4 | 4 |
|
| 5 | +[Full Changelog](https://github.com/bunq/sdk_csharp/compare/1.1.0...1.10.0) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- PSD2 Support [\#124](https://github.com/bunq/sdk_csharp/issues/124) |
| 10 | + |
| 11 | +**Merged pull requests:** |
| 12 | + |
| 13 | +- Implement psd2 [\#125](https://github.com/bunq/sdk_csharp/pull/125) ([kojoru](https://github.com/kojoru)) |
| 14 | +- Add missing semicolons in README.md [\#123](https://github.com/bunq/sdk_csharp/pull/123) ([WouterJanson](https://github.com/WouterJanson)) |
| 15 | +- fix broken link in readme [\#120](https://github.com/bunq/sdk_csharp/pull/120) ([Niggggggo](https://github.com/Niggggggo)) |
| 16 | + |
| 17 | +## [1.1.0](https://github.com/bunq/sdk_csharp/tree/1.1.0) (2018-10-10) |
5 | 18 | [Full Changelog](https://github.com/bunq/sdk_csharp/compare/1.0.0...1.1.0)
|
6 | 19 |
|
7 | 20 | **Fixed bugs:**
|
|
180 | 193 | **Implemented enhancements:**
|
181 | 194 |
|
182 | 195 | - Ignore generated code for reviews [\#19](https://github.com/bunq/sdk_csharp/issues/19)
|
183 |
| -- Add proxy support [\#15](https://github.com/bunq/sdk_csharp/issues/15) |
184 |
| -- Response is missing response headers and pagination [\#5](https://github.com/bunq/sdk_csharp/issues/5) |
185 | 196 | - Added git attributes. [\#20](https://github.com/bunq/sdk_csharp/pull/20) ([OGKevin](https://github.com/OGKevin))
|
186 | 197 | - Add pagination; add missing fields and objects \[\#17\] [\#18](https://github.com/bunq/sdk_csharp/pull/18) ([dnl-blkv](https://github.com/dnl-blkv))
|
187 | 198 |
|
|
190 | 201 |
|
191 | 202 | **Implemented enhancements:**
|
192 | 203 |
|
| 204 | +- Add proxy support [\#15](https://github.com/bunq/sdk_csharp/issues/15) |
193 | 205 | - Allow saving context to JSON and restoring from it [\#13](https://github.com/bunq/sdk_csharp/issues/13)
|
194 | 206 | - Bunq SDK needs two minor refactors [\#11](https://github.com/bunq/sdk_csharp/issues/11)
|
| 207 | +- Response is missing response headers and pagination [\#5](https://github.com/bunq/sdk_csharp/issues/5) |
195 | 208 | - add proxy support, make httpClient instance variable \[\#15\] [\#16](https://github.com/bunq/sdk_csharp/pull/16) ([dnl-blkv](https://github.com/dnl-blkv))
|
196 | 209 | - add methods to serialize and de-serialize ApiContext, fix Card \[\#13\] [\#14](https://github.com/bunq/sdk_csharp/pull/14) ([dnl-blkv](https://github.com/dnl-blkv))
|
197 | 210 |
|
198 |
| -**Fixed bugs:** |
199 |
| - |
200 |
| -- ArgumentException in SessionServerConverter [\#7](https://github.com/bunq/sdk_csharp/issues/7) |
201 |
| - |
202 | 211 | **Merged pull requests:**
|
203 | 212 |
|
204 | 213 | - cleanup C\# SDK \[\#11\] [\#12](https://github.com/bunq/sdk_csharp/pull/12) ([dnl-blkv](https://github.com/dnl-blkv))
|
|
213 | 222 |
|
214 | 223 | **Fixed bugs:**
|
215 | 224 |
|
| 225 | +- ArgumentException in SessionServerConverter [\#7](https://github.com/bunq/sdk_csharp/issues/7) |
216 | 226 | - Fix SessionServerConverter, bump up to 0.9.2.0-beta \[\#7\] [\#8](https://github.com/bunq/sdk_csharp/pull/8) ([dnl-blkv](https://github.com/dnl-blkv))
|
217 | 227 |
|
218 | 228 | ## [0.9.1](https://github.com/bunq/sdk_csharp/tree/0.9.1) (2017-08-07)
|
|
228 | 238 |
|
229 | 239 |
|
230 | 240 |
|
231 |
| -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 241 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments