|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/bunq/sdk_csharp/tree/1.0.0) |
| 3 | +## [Unreleased](https://github.com/bunq/sdk_csharp/tree/1.1.0) |
4 | 4 |
|
| 5 | +[Full Changelog](https://github.com/bunq/sdk_csharp/compare/1.0.0...1.1.0) |
| 6 | + |
| 7 | +**Fixed bugs:** |
| 8 | + |
| 9 | +- Provided client public key has an incorrect modulus length. Modulus length must be "2048", got "1024" [\#92](https://github.com/bunq/sdk_csharp/issues/92) |
| 10 | + |
| 11 | +**Closed issues:** |
| 12 | + |
| 13 | +- Unable to Authenticate with Bunq [\#114](https://github.com/bunq/sdk_csharp/issues/114) |
| 14 | + |
| 15 | +**Merged pull requests:** |
| 16 | + |
| 17 | +- Fix key generation on .NET Framework. \(bunq/sdk\_csharp\#92\) [\#116](https://github.com/bunq/sdk_csharp/pull/116) ([kojoru](https://github.com/kojoru)) |
| 18 | + |
| 19 | +## [1.0.0](https://github.com/bunq/sdk_csharp/tree/1.0.0) (2018-07-24) |
5 | 20 | [Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.13.1...1.0.0)
|
6 | 21 |
|
7 | 22 | **Implemented enhancements:**
|
8 | 23 |
|
| 24 | +- Monetary account joint cannot be retrieved. [\#50](https://github.com/bunq/sdk_csharp/issues/50) |
9 | 25 | - \[csharp\] Update examples in readme [\#91](https://github.com/bunq/sdk_csharp/issues/91)
|
10 | 26 | - Add test CI [\#90](https://github.com/bunq/sdk_csharp/issues/90)
|
11 | 27 | - It is not possible to refresh userContext data [\#89](https://github.com/bunq/sdk_csharp/issues/89)
|
12 | 28 | - Optimise test framework. [\#87](https://github.com/bunq/sdk_csharp/issues/87)
|
13 | 29 | - Add more example scripts [\#77](https://github.com/bunq/sdk_csharp/issues/77)
|
14 | 30 | - Auto save the session after automatic session reset has been executed [\#72](https://github.com/bunq/sdk_csharp/issues/72)
|
| 31 | +- Added support for netstandard15. \(bunq/sdk\_csharp\#26\) [\#88](https://github.com/bunq/sdk_csharp/pull/88) ([OGKevin](https://github.com/OGKevin)) |
| 32 | + |
| 33 | +**Fixed bugs:** |
| 34 | + |
| 35 | +- NullReferenceException when calling CustomerStatementExport.List [\#96](https://github.com/bunq/sdk_csharp/issues/96) |
15 | 36 |
|
16 | 37 | **Closed issues:**
|
17 | 38 |
|
18 |
| -- Add oauth support. [\#112](https://github.com/bunq/sdk_csharp/issues/112) |
19 | 39 | - Singleton ApiContext with multi-thread code [\#103](https://github.com/bunq/sdk_csharp/issues/103)
|
| 40 | +- Add oauth support. [\#112](https://github.com/bunq/sdk_csharp/issues/112) |
20 | 41 | - Update Sandbox API key procedure [\#101](https://github.com/bunq/sdk_csharp/issues/101)
|
| 42 | +- Move to new sandbox. [\#99](https://github.com/bunq/sdk_csharp/issues/99) |
| 43 | +- BunqSdk.Tests mention Java instead of C\# [\#97](https://github.com/bunq/sdk_csharp/issues/97) |
21 | 44 | - .net standard 2.0 support [\#93](https://github.com/bunq/sdk_csharp/issues/93)
|
22 | 45 |
|
23 | 46 | **Merged pull requests:**
|
24 | 47 |
|
| 48 | +- Added travis config. \(bunq/sdk\_csharp\#90\) [\#110](https://github.com/bunq/sdk_csharp/pull/110) ([OGKevin](https://github.com/OGKevin)) |
25 | 49 | - Oauth bunq/sdk\_csharp\#112 [\#113](https://github.com/bunq/sdk_csharp/pull/113) ([OGKevin](https://github.com/OGKevin))
|
26 | 50 | - 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 | 51 | - Updated the examples on readme. \(bunq/sdk\_csharp\#91\) [\#109](https://github.com/bunq/sdk_csharp/pull/109) ([OGKevin](https://github.com/OGKevin))
|
29 | 52 | - Use tinker as examples bunq/sdk\_csharp\#77 [\#108](https://github.com/bunq/sdk_csharp/pull/108) ([OGKevin](https://github.com/OGKevin))
|
30 | 53 | - Optimise test framework bunq/sdk\_csharp\#87 [\#107](https://github.com/bunq/sdk_csharp/pull/107) ([OGKevin](https://github.com/OGKevin))
|
31 | 54 | - Added net standard 2 support. \(bunq/sdk\_csharp\#93\) [\#105](https://github.com/bunq/sdk_csharp/pull/105) ([nduijvelshoff](https://github.com/nduijvelshoff))
|
32 | 55 | - Update Sandbox API key procedure \(bunq/sdk\_csharp\#101\) [\#102](https://github.com/bunq/sdk_csharp/pull/102) ([sandervdo](https://github.com/sandervdo))
|
| 56 | +- 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)) |
33 | 57 |
|
34 | 58 | ## [0.13.1](https://github.com/bunq/sdk_csharp/tree/0.13.1) (2018-05-30)
|
35 | 59 | [Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.13.0...0.13.1)
|
36 | 60 |
|
37 |
| -**Implemented enhancements:** |
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 | 61 | **Merged pull requests:**
|
47 | 62 |
|
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 | 63 | - 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 | 64 |
|
51 | 65 | ## [0.13.0](https://github.com/bunq/sdk_csharp/tree/0.13.0) (2018-03-20)
|
|
0 commit comments