|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/bunq/sdk_python/tree/1.0.0) |
| 3 | +## [Unreleased](https://github.com/bunq/sdk_python/tree/HEAD) |
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/bunq/sdk_python/compare/0.13.1...1.0.0) |
| 5 | +[Full Changelog](https://github.com/bunq/sdk_python/compare/1.10.1...HEAD) |
6 | 6 |
|
7 | 7 | **Closed issues:**
|
8 | 8 |
|
9 |
| -- Update Sandbox API key procedure [\#100](https://github.com/bunq/sdk_python/issues/100) |
| 9 | +- MonetaryAccountJoint.list not availeble [\#112](https://github.com/bunq/sdk_python/issues/112) |
| 10 | + |
| 11 | +## [1.10.1](https://github.com/bunq/sdk_python/tree/1.10.1) (2019-03-22) |
| 12 | +[Full Changelog](https://github.com/bunq/sdk_python/compare/1.10.0...1.10.1) |
| 13 | + |
| 14 | +## [1.10.0](https://github.com/bunq/sdk_python/tree/1.10.0) (2019-03-22) |
| 15 | +[Full Changelog](https://github.com/bunq/sdk_python/compare/1.1.0...1.10.0) |
| 16 | + |
| 17 | +**Closed issues:** |
| 18 | + |
| 19 | +- Minimum Python version to 3.5.3 [\#108](https://github.com/bunq/sdk_python/issues/108) |
10 | 20 |
|
11 | 21 | **Merged pull requests:**
|
12 | 22 |
|
13 |
| -- Oauth bunq/sdk\_python\#102 [\#103](https://github.com/bunq/sdk_python/pull/103) ([OGKevin](https://github.com/OGKevin)) |
14 |
| -- Update Sandbox API key procedure. \(bunq/sdk\_python\#100\) [\#101](https://github.com/bunq/sdk_python/pull/101) ([sandervdo](https://github.com/sandervdo)) |
| 23 | +- Edits to allow Python 3.5.3 as minimum [\#109](https://github.com/bunq/sdk_python/pull/109) ([eavanvalkenburg](https://github.com/eavanvalkenburg)) |
15 | 24 |
|
16 |
| -## [0.13.1](https://github.com/bunq/sdk_python/tree/0.13.1) (2018-05-30) |
17 |
| -[Full Changelog](https://github.com/bunq/sdk_python/compare/0.13.0...0.13.1) |
| 25 | +## [1.1.0](https://github.com/bunq/sdk_python/tree/1.1.0) (2018-10-05) |
| 26 | +[Full Changelog](https://github.com/bunq/sdk_python/compare/1.0.1...1.1.0) |
| 27 | + |
| 28 | +**Closed issues:** |
| 29 | + |
| 30 | +- Setting the Status of ShareInviteBankInquiry to ACCEPTED causes error at reciver [\#105](https://github.com/bunq/sdk_python/issues/105) |
| 31 | + |
| 32 | +**Merged pull requests:** |
| 33 | + |
| 34 | +- Bunq/sdk\_python\#78/remove config dep [\#106](https://github.com/bunq/sdk_python/pull/106) ([OGKevin](https://github.com/OGKevin)) |
| 35 | + |
| 36 | +## [1.0.1](https://github.com/bunq/sdk_python/tree/1.0.1) (2018-09-01) |
| 37 | +[Full Changelog](https://github.com/bunq/sdk_python/compare/1.0.0...1.0.1) |
| 38 | + |
| 39 | +## [1.0.0](https://github.com/bunq/sdk_python/tree/1.0.0) (2018-07-24) |
| 40 | +[Full Changelog](https://github.com/bunq/sdk_python/compare/0.13.1...1.0.0) |
18 | 41 |
|
19 | 42 | **Implemented enhancements:**
|
20 | 43 |
|
|
37 | 60 |
|
38 | 61 | **Closed issues:**
|
39 | 62 |
|
40 |
| -- Bunq sdk release request [\#97](https://github.com/bunq/sdk_python/issues/97) |
41 |
| -- reopening of question \#12 generated.Payment.FIELD\_COUNTERPARTY\_ALIAS not working with IBAN [\#96](https://github.com/bunq/sdk_python/issues/96) |
42 |
| -- Update samples and readme [\#93](https://github.com/bunq/sdk_python/issues/93) |
43 |
| -- bunq.sdk.exception.BunqException: ApiContext has not been loaded. Please load ApiContext in BunqContext [\#92](https://github.com/bunq/sdk_python/issues/92) |
44 |
| -- Sample for reading/using shared accounts [\#90](https://github.com/bunq/sdk_python/issues/90) |
| 63 | +- Update Sandbox API key procedure [\#100](https://github.com/bunq/sdk_python/issues/100) |
45 | 64 | - Python 3.4.2: ImportError: cannot import name 'context' \(cyclic import?\) [\#73](https://github.com/bunq/sdk_python/issues/73)
|
46 |
| -- Add oath support. [\#102](https://github.com/bunq/sdk_python/issues/102) |
47 |
| -- Move to new sandbox env. [\#98](https://github.com/bunq/sdk_python/issues/98) |
48 | 65 |
|
49 | 66 | **Merged pull requests:**
|
50 | 67 |
|
| 68 | +- Oauth bunq/sdk\_python\#102 [\#103](https://github.com/bunq/sdk_python/pull/103) ([OGKevin](https://github.com/OGKevin)) |
| 69 | +- Update Sandbox API key procedure. \(bunq/sdk\_python\#100\) [\#101](https://github.com/bunq/sdk_python/pull/101) ([sandervdo](https://github.com/sandervdo)) |
51 | 70 | - Updated readme to point to tinker for examples. \(bunq/sdk\_python\#87\) [\#95](https://github.com/bunq/sdk_python/pull/95) ([OGKevin](https://github.com/OGKevin))
|
52 | 71 | - Fix monetary account joint retrieval bunq/sdk\_python\#52 [\#94](https://github.com/bunq/sdk_python/pull/94) ([OGKevin](https://github.com/OGKevin))
|
53 | 72 | - Fix supperfouls fields error bunq/sdk\_python\#77 [\#91](https://github.com/bunq/sdk_python/pull/91) ([OGKevin](https://github.com/OGKevin))
|
|
56 | 75 | - Replace examples with tinker bunq/sdk\_pyhton\#68 [\#84](https://github.com/bunq/sdk_python/pull/84) ([OGKevin](https://github.com/OGKevin))
|
57 | 76 | - Use ValueError isntead of JsonDecodeError. \(bunq/sdk\_python\#72\) [\#83](https://github.com/bunq/sdk_python/pull/83) ([OGKevin](https://github.com/OGKevin))
|
58 | 77 | - Optimise test framework auto topup bunq/sdk\_python\#78 [\#81](https://github.com/bunq/sdk_python/pull/81) ([OGKevin](https://github.com/OGKevin))
|
| 78 | + |
| 79 | +## [0.13.1](https://github.com/bunq/sdk_python/tree/0.13.1) (2018-05-30) |
| 80 | +[Full Changelog](https://github.com/bunq/sdk_python/compare/0.13.0...0.13.1) |
| 81 | + |
| 82 | +**Closed issues:** |
| 83 | + |
| 84 | +- Bunq sdk release request [\#97](https://github.com/bunq/sdk_python/issues/97) |
| 85 | +- reopening of question \#12 generated.Payment.FIELD\_COUNTERPARTY\_ALIAS not working with IBAN [\#96](https://github.com/bunq/sdk_python/issues/96) |
| 86 | +- Update samples and readme [\#93](https://github.com/bunq/sdk_python/issues/93) |
| 87 | +- bunq.sdk.exception.BunqException: ApiContext has not been loaded. Please load ApiContext in BunqContext [\#92](https://github.com/bunq/sdk_python/issues/92) |
| 88 | +- Sample for reading/using shared accounts [\#90](https://github.com/bunq/sdk_python/issues/90) |
| 89 | +- Add oath support. [\#102](https://github.com/bunq/sdk_python/issues/102) |
| 90 | +- Move to new sandbox env. [\#98](https://github.com/bunq/sdk_python/issues/98) |
| 91 | + |
| 92 | +**Merged pull requests:** |
| 93 | + |
59 | 94 | - Move to new sandbox bunq/sdk\_python\#98 [\#99](https://github.com/bunq/sdk_python/pull/99) ([OGKevin](https://github.com/OGKevin))
|
60 | 95 |
|
61 | 96 | ## [0.13.0](https://github.com/bunq/sdk_python/tree/0.13.0) (2018-03-20)
|
|
202 | 237 |
|
203 | 238 |
|
204 | 239 |
|
205 |
| -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 240 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments