|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [0.13.1](https://github.com/bunq/sdk_csharp/tree/0.13.1) |
| 3 | +## [Unreleased](https://github.com/bunq/sdk_csharp/tree/1.0.0) |
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.13.0...0.13.1) |
| 5 | +[Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.13.1...1.0.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- \[csharp\] Update examples in readme [\#91](https://github.com/bunq/sdk_csharp/issues/91) |
| 10 | +- Add test CI [\#90](https://github.com/bunq/sdk_csharp/issues/90) |
| 11 | +- It is not possible to refresh userContext data [\#89](https://github.com/bunq/sdk_csharp/issues/89) |
| 12 | +- Optimise test framework. [\#87](https://github.com/bunq/sdk_csharp/issues/87) |
| 13 | +- Add more example scripts [\#77](https://github.com/bunq/sdk_csharp/issues/77) |
| 14 | +- Auto save the session after automatic session reset has been executed [\#72](https://github.com/bunq/sdk_csharp/issues/72) |
6 | 15 |
|
7 | 16 | **Closed issues:**
|
8 | 17 |
|
9 |
| -- Move to new sandbox. [\#99](https://github.com/bunq/sdk_csharp/issues/99) |
| 18 | +- Add oauth support. [\#112](https://github.com/bunq/sdk_csharp/issues/112) |
| 19 | +- Singleton ApiContext with multi-thread code [\#103](https://github.com/bunq/sdk_csharp/issues/103) |
| 20 | +- Update Sandbox API key procedure [\#101](https://github.com/bunq/sdk_csharp/issues/101) |
| 21 | +- .net standard 2.0 support [\#93](https://github.com/bunq/sdk_csharp/issues/93) |
10 | 22 |
|
11 | 23 | **Merged pull requests:**
|
12 | 24 |
|
13 |
| -- Changed sandbox url to the new one. (bunq/sdk_csharp#99) [\#100](https://github.com/bunq/sdk_csharp/pull/100) ([OGKevin](https://github.com/OGKevin)) |
| 25 | +- Oauth bunq/sdk\_csharp\#112 [\#113](https://github.com/bunq/sdk_csharp/pull/113) ([OGKevin](https://github.com/OGKevin)) |
| 26 | +- Auto reload context bunq/sdk\_csharp\#72 [\#111](https://github.com/bunq/sdk_csharp/pull/111) ([OGKevin](https://github.com/OGKevin)) |
| 27 | +- Added travis config. \(bunq/sdk\_csharp\#90\) [\#110](https://github.com/bunq/sdk_csharp/pull/110) ([OGKevin](https://github.com/OGKevin)) |
| 28 | +- Updated the examples on readme. \(bunq/sdk\_csharp\#91\) [\#109](https://github.com/bunq/sdk_csharp/pull/109) ([OGKevin](https://github.com/OGKevin)) |
| 29 | +- Use tinker as examples bunq/sdk\_csharp\#77 [\#108](https://github.com/bunq/sdk_csharp/pull/108) ([OGKevin](https://github.com/OGKevin)) |
| 30 | +- Optimise test framework bunq/sdk\_csharp\#87 [\#107](https://github.com/bunq/sdk_csharp/pull/107) ([OGKevin](https://github.com/OGKevin)) |
| 31 | +- Added net standard 2 support. \(bunq/sdk\_csharp\#93\) [\#105](https://github.com/bunq/sdk_csharp/pull/105) ([nduijvelshoff](https://github.com/nduijvelshoff)) |
| 32 | +- Update Sandbox API key procedure \(bunq/sdk\_csharp\#101\) [\#102](https://github.com/bunq/sdk_csharp/pull/102) ([sandervdo](https://github.com/sandervdo)) |
14 | 33 |
|
| 34 | +## [0.13.1](https://github.com/bunq/sdk_csharp/tree/0.13.1) (2018-05-30) |
| 35 | +[Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.13.0...0.13.1) |
15 | 36 |
|
16 |
| -## [0.13.0](https://github.com/bunq/sdk_csharp/tree/0.13.0) (2018-03-20) |
| 37 | +**Implemented enhancements:** |
17 | 38 |
|
| 39 | +- Added support for netstandard15. \(bunq/sdk\_csharp\#26\) [\#88](https://github.com/bunq/sdk_csharp/pull/88) ([OGKevin](https://github.com/OGKevin)) |
| 40 | + |
| 41 | +**Closed issues:** |
| 42 | + |
| 43 | +- Move to new sandbox. [\#99](https://github.com/bunq/sdk_csharp/issues/99) |
| 44 | +- BunqSdk.Tests mention Java instead of C\# [\#97](https://github.com/bunq/sdk_csharp/issues/97) |
| 45 | + |
| 46 | +**Merged pull requests:** |
| 47 | + |
| 48 | +- Changed sandbox url to the new one. \(bunq/sdk\_csharp\#99\) [\#100](https://github.com/bunq/sdk_csharp/pull/100) ([OGKevin](https://github.com/OGKevin)) |
| 49 | +- Change Java to Csharp in readme. \(bunq/sdk\_csharp\#97\) [\#98](https://github.com/bunq/sdk_csharp/pull/98) ([robinvanpoppel](https://github.com/robinvanpoppel)) |
| 50 | + |
| 51 | +## [0.13.0](https://github.com/bunq/sdk_csharp/tree/0.13.0) (2018-03-20) |
18 | 52 | [Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.12.4...0.13.0)
|
19 | 53 |
|
20 | 54 | **Implemented enhancements:**
|
|
36 | 70 |
|
37 | 71 | **Merged pull requests:**
|
38 | 72 |
|
39 |
| -- Bunq update 7 [\#84](https://github.com/bunq/sdk_csharp/pull/84) ([OGKevin](https://github.com/OGKevin)) |
40 | 73 | - Regenerate code for release [\#82](https://github.com/bunq/sdk_csharp/pull/82) ([OGKevin](https://github.com/OGKevin))
|
41 | 74 | - Regenerated code with correct object types. \(bunq/sdk\_csharp\#51\) [\#79](https://github.com/bunq/sdk_csharp/pull/79) ([OGKevin](https://github.com/OGKevin))
|
42 | 75 | - Added missing field id for TokenQrRequestIdeal. \(bunq/sdk\_csharp\#76\) [\#78](https://github.com/bunq/sdk_csharp/pull/78) ([OGKevin](https://github.com/OGKevin))
|
|
45 | 78 | - Configure Zappr [\#67](https://github.com/bunq/sdk_csharp/pull/67) ([OGKevin](https://github.com/OGKevin))
|
46 | 79 | - Improve issue and pr template. \(bunq/sdk\_csharp\#64\) [\#65](https://github.com/bunq/sdk_csharp/pull/65) ([OGKevin](https://github.com/OGKevin))
|
47 | 80 | - Added installation instructions to README.md. \(bunq/sdk\_csharp\#61\) [\#62](https://github.com/bunq/sdk_csharp/pull/62) ([OGKevin](https://github.com/OGKevin))
|
| 81 | +- Bunq update 7 [\#84](https://github.com/bunq/sdk_csharp/pull/84) ([OGKevin](https://github.com/OGKevin)) |
48 | 82 |
|
49 | 83 | ## [0.12.4](https://github.com/bunq/sdk_csharp/tree/0.12.4) (2017-12-21)
|
50 | 84 | [Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.12.3...0.12.4)
|
|
180 | 214 |
|
181 | 215 |
|
182 | 216 |
|
183 |
| -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 217 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments