Skip to content

Commit fddccd2

Browse files
authored
Merge pull request #47 from bunq/feature/add_data_to_changelog_bunq/sdk_csharp#46
Generated CHANGELOG.md 👏. (#46)
2 parents e628bd0 + dde661f commit fddccd2

File tree

1 file changed

+116
-0
lines changed

1 file changed

+116
-0
lines changed

CHANGELOG.md

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
# Change Log
2+
3+
## [0.12.3](https://github.com/bunq/sdk_csharp/tree/0.12.3) (2017-11-15)
4+
[Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.12.2...0.12.3)
5+
6+
**Implemented enhancements:**
7+
8+
- Callback models for holding callback data [\#41](https://github.com/bunq/sdk_csharp/issues/41)
9+
10+
**Fixed bugs:**
11+
12+
- ScheduledPayment causes decode error due to Typo [\#45](https://github.com/bunq/sdk_csharp/issues/45)
13+
14+
**Merged pull requests:**
15+
16+
- Feature/callback models bunq/sdk csharp\#41 [\#44](https://github.com/bunq/sdk_csharp/pull/44) ([OGKevin](https://github.com/OGKevin))
17+
18+
## [0.12.2](https://github.com/bunq/sdk_csharp/tree/0.12.2) (2017-11-08)
19+
[Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.12.0...0.12.2)
20+
21+
**Implemented enhancements:**
22+
23+
- Missing CARD GENERATED CVC2 endpoint [\#35](https://github.com/bunq/sdk_csharp/issues/35)
24+
- More flexibility for sessionContext handling [\#28](https://github.com/bunq/sdk_csharp/issues/28)
25+
- Feature/is session active\#33 [\#34](https://github.com/bunq/sdk_csharp/pull/34) ([OGKevin](https://github.com/OGKevin))
26+
- Added cvc\_endpoint. \#35 [\#36](https://github.com/bunq/sdk_csharp/pull/36) ([OGKevin](https://github.com/OGKevin))
27+
28+
**Fixed bugs:**
29+
30+
- DraftPayment object field causes converter error [\#37](https://github.com/bunq/sdk_csharp/issues/37)
31+
32+
**Closed issues:**
33+
34+
- Add missing fields for cvc endpoint [\#38](https://github.com/bunq/sdk_csharp/issues/38)
35+
- More flexibility for sessionContext handling [\#33](https://github.com/bunq/sdk_csharp/issues/33)
36+
37+
**Merged pull requests:**
38+
39+
- Bump C\# language version [\#29](https://github.com/bunq/sdk_csharp/pull/29) ([mikhail-denisenko](https://github.com/mikhail-denisenko))
40+
- Feature/fix draft payment object \#37 [\#40](https://github.com/bunq/sdk_csharp/pull/40) ([OGKevin](https://github.com/OGKevin))
41+
- Feature/add missing cvc fields \#38 [\#39](https://github.com/bunq/sdk_csharp/pull/39) ([OGKevin](https://github.com/OGKevin))
42+
43+
## [0.12.0](https://github.com/bunq/sdk_csharp/tree/0.12.0) (2017-10-11)
44+
[Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.11.0...0.12.0)
45+
46+
**Implemented enhancements:**
47+
48+
- Better error handling [\#22](https://github.com/bunq/sdk_csharp/issues/22)
49+
- Add Pagination [\#17](https://github.com/bunq/sdk_csharp/issues/17)
50+
- Feature/exception handler [\#23](https://github.com/bunq/sdk_csharp/pull/23) ([OGKevin](https://github.com/OGKevin))
51+
- Marked all files in generated dir as generated code. [\#21](https://github.com/bunq/sdk_csharp/pull/21) ([OGKevin](https://github.com/OGKevin))
52+
53+
**Closed issues:**
54+
55+
- Improve Model Namespaces [\#24](https://github.com/bunq/sdk_csharp/issues/24)
56+
57+
**Merged pull requests:**
58+
59+
- cleanup after 24-improve-namespaces [\#27](https://github.com/bunq/sdk_csharp/pull/27) ([dnl-blkv](https://github.com/dnl-blkv))
60+
- Improve namespaces; cleanup \[\#24\] [\#25](https://github.com/bunq/sdk_csharp/pull/25) ([dnl-blkv](https://github.com/dnl-blkv))
61+
62+
## [0.11.0](https://github.com/bunq/sdk_csharp/tree/0.11.0) (2017-09-06)
63+
[Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.10.0...0.11.0)
64+
65+
**Implemented enhancements:**
66+
67+
- Ignore generated code for reviews [\#19](https://github.com/bunq/sdk_csharp/issues/19)
68+
- Add proxy support [\#15](https://github.com/bunq/sdk_csharp/issues/15)
69+
- Response is missing response headers and pagination [\#5](https://github.com/bunq/sdk_csharp/issues/5)
70+
- Added git attributes. [\#20](https://github.com/bunq/sdk_csharp/pull/20) ([OGKevin](https://github.com/OGKevin))
71+
- Add pagination; add missing fields and objects \[\#17\] [\#18](https://github.com/bunq/sdk_csharp/pull/18) ([dnl-blkv](https://github.com/dnl-blkv))
72+
73+
## [0.10.0](https://github.com/bunq/sdk_csharp/tree/0.10.0) (2017-08-23)
74+
[Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.9.2...0.10.0)
75+
76+
**Implemented enhancements:**
77+
78+
- Allow saving context to JSON and restoring from it [\#13](https://github.com/bunq/sdk_csharp/issues/13)
79+
- Bunq SDK needs two minor refactors [\#11](https://github.com/bunq/sdk_csharp/issues/11)
80+
- add proxy support, make httpClient instance variable \[\#15\] [\#16](https://github.com/bunq/sdk_csharp/pull/16) ([dnl-blkv](https://github.com/dnl-blkv))
81+
- 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))
82+
83+
**Fixed bugs:**
84+
85+
- ArgumentException in SessionServerConverter [\#7](https://github.com/bunq/sdk_csharp/issues/7)
86+
87+
**Merged pull requests:**
88+
89+
- cleanup C\# SDK \[\#11\] [\#12](https://github.com/bunq/sdk_csharp/pull/12) ([dnl-blkv](https://github.com/dnl-blkv))
90+
- Merge hotfixed master back to develop [\#10](https://github.com/bunq/sdk_csharp/pull/10) ([dnl-blkv](https://github.com/dnl-blkv))
91+
92+
## [0.9.2](https://github.com/bunq/sdk_csharp/tree/0.9.2) (2017-08-18)
93+
[Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.9.1...0.9.2)
94+
95+
**Implemented enhancements:**
96+
97+
- \#5 Introduce BunqResponse [\#6](https://github.com/bunq/sdk_csharp/pull/6) ([dnl-blkv](https://github.com/dnl-blkv))
98+
99+
**Fixed bugs:**
100+
101+
- 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))
102+
103+
## [0.9.1](https://github.com/bunq/sdk_csharp/tree/0.9.1) (2017-08-07)
104+
**Implemented enhancements:**
105+
106+
- Complete project info [\#3](https://github.com/bunq/sdk_csharp/issues/3)
107+
- Added readme for tests [\#2](https://github.com/bunq/sdk_csharp/pull/2) ([OGKevin](https://github.com/OGKevin))
108+
- Add first wave unit-tests [\#1](https://github.com/bunq/sdk_csharp/pull/1) ([OGKevin](https://github.com/OGKevin))
109+
110+
**Merged pull requests:**
111+
112+
- Fix project info [\#4](https://github.com/bunq/sdk_csharp/pull/4) ([dnl-blkv](https://github.com/dnl-blkv))
113+
114+
115+
116+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)