Skip to content

Commit 729f382

Browse files
author
Kevin Hellemun
committed
Regenerated changelog.
1 parent 49c2c5d commit 729f382

File tree

1 file changed

+41
-7
lines changed

1 file changed

+41
-7
lines changed

CHANGELOG.md

+41-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,54 @@
11
# Change Log
22

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

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

716
**Closed issues:**
817

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

1123
**Merged pull requests:**
1224

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

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

16-
## [0.13.0](https://github.com/bunq/sdk_csharp/tree/0.13.0) (2018-03-20)
37+
**Implemented enhancements:**
1738

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)
1852
[Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.12.4...0.13.0)
1953

2054
**Implemented enhancements:**
@@ -36,7 +70,6 @@
3670

3771
**Merged pull requests:**
3872

39-
- Bunq update 7 [\#84](https://github.com/bunq/sdk_csharp/pull/84) ([OGKevin](https://github.com/OGKevin))
4073
- Regenerate code for release [\#82](https://github.com/bunq/sdk_csharp/pull/82) ([OGKevin](https://github.com/OGKevin))
4174
- Regenerated code with correct object types. \(bunq/sdk\_csharp\#51\) [\#79](https://github.com/bunq/sdk_csharp/pull/79) ([OGKevin](https://github.com/OGKevin))
4275
- 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,6 +78,7 @@
4578
- Configure Zappr [\#67](https://github.com/bunq/sdk_csharp/pull/67) ([OGKevin](https://github.com/OGKevin))
4679
- Improve issue and pr template. \(bunq/sdk\_csharp\#64\) [\#65](https://github.com/bunq/sdk_csharp/pull/65) ([OGKevin](https://github.com/OGKevin))
4780
- 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))
4882

4983
## [0.12.4](https://github.com/bunq/sdk_csharp/tree/0.12.4) (2017-12-21)
5084
[Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.12.3...0.12.4)
@@ -180,4 +214,4 @@
180214

181215

182216

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

Comments
 (0)