Skip to content

Commit d342517

Browse files
author
Konstantin Yakushev
committed
Merge tag '1.10.0' into develop
Release 1.10.0
2 parents ac37ac8 + 9e42b01 commit d342517

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

CHANGELOG.md

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

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

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

720
**Fixed bugs:**
@@ -180,8 +193,6 @@
180193
**Implemented enhancements:**
181194

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

@@ -190,15 +201,13 @@
190201

191202
**Implemented enhancements:**
192203

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

198-
**Fixed bugs:**
199-
200-
- ArgumentException in SessionServerConverter [\#7](https://github.com/bunq/sdk_csharp/issues/7)
201-
202211
**Merged pull requests:**
203212

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

214223
**Fixed bugs:**
215224

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

218228
## [0.9.1](https://github.com/bunq/sdk_csharp/tree/0.9.1) (2017-08-07)
@@ -228,4 +238,4 @@
228238

229239

230240

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# bunq C# SDK
2-
Version 1.1.0
2+
Version 1.10.0
33

44
## Introduction
55
Hi developers!

0 commit comments

Comments
 (0)