|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [1.10.0](https://github.com/bunq/sdk_csharp/tree/1.10.0) |
| 3 | +## [1.10.2](https://github.com/bunq/sdk_csharp/tree/1.10.2) (2019-05-09) |
4 | 4 |
|
| 5 | +[Full Changelog](https://github.com/bunq/sdk_csharp/compare/1.10.1...1.10.2) |
| 6 | + |
| 7 | +**Merged pull requests:** |
| 8 | + |
| 9 | +- Fix Windows issues. \(bunq/sdk\_csharp\#124\) [\#126](https://github.com/bunq/sdk_csharp/pull/126) ([kojoru](https://github.com/kojoru)) |
| 10 | + |
| 11 | +## [1.10.1](https://github.com/bunq/sdk_csharp/tree/1.10.1) (2019-05-08) |
| 12 | +[Full Changelog](https://github.com/bunq/sdk_csharp/compare/1.10.0...1.10.1) |
| 13 | + |
| 14 | +## [1.10.0](https://github.com/bunq/sdk_csharp/tree/1.10.0) (2019-05-08) |
5 | 15 | [Full Changelog](https://github.com/bunq/sdk_csharp/compare/1.1.0...1.10.0)
|
6 | 16 |
|
7 | 17 | **Closed issues:**
|
|
193 | 203 | **Implemented enhancements:**
|
194 | 204 |
|
195 | 205 | - Ignore generated code for reviews [\#19](https://github.com/bunq/sdk_csharp/issues/19)
|
| 206 | +- Add proxy support [\#15](https://github.com/bunq/sdk_csharp/issues/15) |
| 207 | +- Response is missing response headers and pagination [\#5](https://github.com/bunq/sdk_csharp/issues/5) |
196 | 208 | - Added git attributes. [\#20](https://github.com/bunq/sdk_csharp/pull/20) ([OGKevin](https://github.com/OGKevin))
|
197 | 209 | - Add pagination; add missing fields and objects \[\#17\] [\#18](https://github.com/bunq/sdk_csharp/pull/18) ([dnl-blkv](https://github.com/dnl-blkv))
|
198 | 210 |
|
|
201 | 213 |
|
202 | 214 | **Implemented enhancements:**
|
203 | 215 |
|
204 |
| -- Add proxy support [\#15](https://github.com/bunq/sdk_csharp/issues/15) |
205 | 216 | - Allow saving context to JSON and restoring from it [\#13](https://github.com/bunq/sdk_csharp/issues/13)
|
206 | 217 | - 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) |
208 | 218 | - add proxy support, make httpClient instance variable \[\#15\] [\#16](https://github.com/bunq/sdk_csharp/pull/16) ([dnl-blkv](https://github.com/dnl-blkv))
|
209 | 219 | - 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))
|
210 | 220 |
|
| 221 | +**Fixed bugs:** |
| 222 | + |
| 223 | +- ArgumentException in SessionServerConverter [\#7](https://github.com/bunq/sdk_csharp/issues/7) |
| 224 | + |
211 | 225 | **Merged pull requests:**
|
212 | 226 |
|
213 | 227 | - cleanup C\# SDK \[\#11\] [\#12](https://github.com/bunq/sdk_csharp/pull/12) ([dnl-blkv](https://github.com/dnl-blkv))
|
|
222 | 236 |
|
223 | 237 | **Fixed bugs:**
|
224 | 238 |
|
225 |
| -- ArgumentException in SessionServerConverter [\#7](https://github.com/bunq/sdk_csharp/issues/7) |
226 | 239 | - 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))
|
227 | 240 |
|
228 | 241 | ## [0.9.1](https://github.com/bunq/sdk_csharp/tree/0.9.1) (2017-08-07)
|
|
0 commit comments