Skip to content

Commit 3aad364

Browse files
author
Kevin Hellemun
committed
Merge tag '0.13.0' into develop
Release 0.13.0
2 parents a270ebb + b9dc68c commit 3aad364

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Change Log
22

3+
## [0.13.0](https://github.com/bunq/sdk_python/tree/0.13.0) (2018-03-20)
4+
5+
[Full Changelog](https://github.com/bunq/sdk_python/compare/0.12.4...HEAD)
6+
7+
**Implemented enhancements:**
8+
9+
- Add zappr integration for better quality control  [\#62](https://github.com/bunq/sdk_python/issues/62)
10+
- Add more information to template [\#60](https://github.com/bunq/sdk_python/issues/60)
11+
- Add response id to error messages from failed requests  [\#59](https://github.com/bunq/sdk_python/issues/59)
12+
13+
**Fixed bugs:**
14+
15+
- Token request ideal is missing id attribute in response. [\#67](https://github.com/bunq/sdk_python/issues/67)
16+
- Field ID is missing from MasterCardAction [\#54](https://github.com/bunq/sdk_python/issues/54)
17+
- TokenQrRequestIdeal returns the wrong type [\#53](https://github.com/bunq/sdk_python/issues/53)
18+
19+
**Closed issues:**
20+
21+
- bunq update 7 [\#75](https://github.com/bunq/sdk_python/issues/75)
22+
23+
**Merged pull requests:**
24+
25+
- Bunq update 7 [\#76](https://github.com/bunq/sdk_python/pull/76) ([OGKevin](https://github.com/OGKevin))
26+
- Regenerate code for release [\#74](https://github.com/bunq/sdk_python/pull/74) ([OGKevin](https://github.com/OGKevin))
27+
- Regenerated code to add object types. \(bunq/sdk\_python\#53\) [\#70](https://github.com/bunq/sdk_python/pull/70) ([OGKevin](https://github.com/OGKevin))
28+
- Bunq/sdk python\#67 add missing token qr id field [\#69](https://github.com/bunq/sdk_python/pull/69) ([OGKevin](https://github.com/OGKevin))
29+
- Added missing id field to mastercard action. \(bunq/sdk\_python\#54\) [\#66](https://github.com/bunq/sdk_python/pull/66) ([OGKevin](https://github.com/OGKevin))
30+
- Feature/bunq/sdk python\#59 add response id to request error [\#64](https://github.com/bunq/sdk_python/pull/64) ([OGKevin](https://github.com/OGKevin))
31+
- Configure Zappr [\#63](https://github.com/bunq/sdk_python/pull/63) ([OGKevin](https://github.com/OGKevin))
32+
- \(bunq/sdk\_python\#60\) improve issue and pr template [\#61](https://github.com/bunq/sdk_python/pull/61) ([OGKevin](https://github.com/OGKevin))
33+
334
## [0.12.4](https://github.com/bunq/sdk_python/tree/0.12.4) (2017-12-21)
435
[Full Changelog](https://github.com/bunq/sdk_python/compare/0.12.3...0.12.4)
536

@@ -10,6 +41,7 @@
1041
- Return base class from createFromJsonString [\#49](https://github.com/bunq/sdk_python/issues/49)
1142
- CHANGELOG.md is empty [\#46](https://github.com/bunq/sdk_python/issues/46)
1243
- Improve decoder to recognise child object [\#42](https://github.com/bunq/sdk_python/issues/42)
44+
- Generated CHANGELOG.md :clap:. \(bunq/sdk\_python\#46\) [\#47](https://github.com/bunq/sdk_python/pull/47) ([OGKevin](https://github.com/OGKevin))
1345

1446
**Closed issues:**
1547

@@ -20,7 +52,6 @@
2052
- Feature/make sure headers are correctly cased bunq/sdk python\#51 [\#57](https://github.com/bunq/sdk_python/pull/57) ([OGKevin](https://github.com/OGKevin))
2153
- Feature/improve decoder bunq/sdk python\#42 [\#56](https://github.com/bunq/sdk_python/pull/56) ([OGKevin](https://github.com/OGKevin))
2254
- Renamed camelCase methods. \(bunq/sdk\_python\#45\) [\#48](https://github.com/bunq/sdk_python/pull/48) ([OGKevin](https://github.com/OGKevin))
23-
- Generated CHANGELOG.md :clap:. \(bunq/sdk\_python\#46\) [\#47](https://github.com/bunq/sdk_python/pull/47) ([OGKevin](https://github.com/OGKevin))
2455

2556
## [0.12.3](https://github.com/bunq/sdk_python/tree/0.12.3) (2017-11-15)
2657
[Full Changelog](https://github.com/bunq/sdk_python/compare/0.12.2...0.12.3)

0 commit comments

Comments
 (0)