Skip to content

Commit 0c25c0a

Browse files
author
Konstantin Yakushev
committed
Regenerated changelog.
1 parent 721f0e6 commit 0c25c0a

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Change Log
22

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)
44

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)
515
[Full Changelog](https://github.com/bunq/sdk_csharp/compare/1.1.0...1.10.0)
616

717
**Closed issues:**
@@ -193,6 +203,8 @@
193203
**Implemented enhancements:**
194204

195205
- 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)
196208
- Added git attributes. [\#20](https://github.com/bunq/sdk_csharp/pull/20) ([OGKevin](https://github.com/OGKevin))
197209
- Add pagination; add missing fields and objects \[\#17\] [\#18](https://github.com/bunq/sdk_csharp/pull/18) ([dnl-blkv](https://github.com/dnl-blkv))
198210

@@ -201,13 +213,15 @@
201213

202214
**Implemented enhancements:**
203215

204-
- Add proxy support [\#15](https://github.com/bunq/sdk_csharp/issues/15)
205216
- Allow saving context to JSON and restoring from it [\#13](https://github.com/bunq/sdk_csharp/issues/13)
206217
- 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)
208218
- add proxy support, make httpClient instance variable \[\#15\] [\#16](https://github.com/bunq/sdk_csharp/pull/16) ([dnl-blkv](https://github.com/dnl-blkv))
209219
- 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))
210220

221+
**Fixed bugs:**
222+
223+
- ArgumentException in SessionServerConverter [\#7](https://github.com/bunq/sdk_csharp/issues/7)
224+
211225
**Merged pull requests:**
212226

213227
- cleanup C\# SDK \[\#11\] [\#12](https://github.com/bunq/sdk_csharp/pull/12) ([dnl-blkv](https://github.com/dnl-blkv))
@@ -222,7 +236,6 @@
222236

223237
**Fixed bugs:**
224238

225-
- ArgumentException in SessionServerConverter [\#7](https://github.com/bunq/sdk_csharp/issues/7)
226239
- 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))
227240

228241
## [0.9.1](https://github.com/bunq/sdk_csharp/tree/0.9.1) (2017-08-07)

0 commit comments

Comments
 (0)