Skip to content

Commit a53ab41

Browse files
committed
Merge branch 'release/0.10.6'
2 parents 6c88418 + 5dd799c commit a53ab41

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Change Log
22

3-
## [Unreleased](https://github.com/bunq/doc/tree/HEAD)
3+
## [0.10.5](https://github.com/bunq/doc/tree/0.10.5) (2019-05-15)
4+
[Full Changelog](https://github.com/bunq/doc/compare/0.10.4...0.10.5)
45

5-
[Full Changelog](https://github.com/bunq/doc/compare/0.10.3...HEAD)
6+
## [0.10.4](https://github.com/bunq/doc/tree/0.10.4) (2019-05-13)
7+
[Full Changelog](https://github.com/bunq/doc/compare/0.10.3...0.10.4)
68

79
**Closed issues:**
810

@@ -11,7 +13,6 @@
1113
**Merged pull requests:**
1214

1315
- bunq/doc\#100 - Added floating link bar [\#102](https://github.com/bunq/doc/pull/102) ([parrello](https://github.com/parrello))
14-
- bunq/doc\#100 - Fixed internal links [\#101](https://github.com/bunq/doc/pull/101) ([parrello](https://github.com/parrello))
1516

1617
## [0.10.3](https://github.com/bunq/doc/tree/0.10.3) (2019-03-21)
1718
[Full Changelog](https://github.com/bunq/doc/compare/0.10.2...0.10.3)

generated.json

+24
Original file line numberDiff line numberDiff line change
@@ -36615,12 +36615,24 @@
3661536615
"writeOnly": false
3661636616
},
3661736617
"limit_card_debit_wildcard": {
36618+
"type": "integer",
36619+
"description": "DEPRECTATED: The limit of wildcards, e.g. Maestro or MasterCard cards.",
36620+
"readOnly": true,
36621+
"writeOnly": false
36622+
},
36623+
"limit_card_wildcard": {
3661836624
"type": "integer",
3661936625
"description": "The limit of wildcards, e.g. Maestro or MasterCard cards.",
3662036626
"readOnly": true,
3662136627
"writeOnly": false
3662236628
},
3662336629
"limit_card_debit_replacement": {
36630+
"type": "integer",
36631+
"description": "DEPRECTATED: The limit of free replacement debit cards, replaced by: limit_card_replacement",
36632+
"readOnly": true,
36633+
"writeOnly": false
36634+
},
36635+
"limit_card_replacement": {
3662436636
"type": "integer",
3662536637
"description": "The limit of free replacement cards.",
3662636638
"readOnly": true,
@@ -36670,12 +36682,24 @@
3667036682
"writeOnly": false
3667136683
},
3667236684
"limit_card_debit_wildcard": {
36685+
"type": "integer",
36686+
"description": "DEPRECTATED: The limit of wildcards, e.g. Maestro or MasterCard cards.",
36687+
"readOnly": true,
36688+
"writeOnly": false
36689+
},
36690+
"limit_card_wildcard": {
3667336691
"type": "integer",
3667436692
"description": "The limit of wildcards, e.g. Maestro or MasterCard cards.",
3667536693
"readOnly": true,
3667636694
"writeOnly": false
3667736695
},
3667836696
"limit_card_debit_replacement": {
36697+
"type": "integer",
36698+
"description": "DEPRECTATED: The limit of free replacement debit cards, replaced by: limit_card_replacement",
36699+
"readOnly": true,
36700+
"writeOnly": false
36701+
},
36702+
"limit_card_replacement": {
3667936703
"type": "integer",
3668036704
"description": "The limit of free replacement cards.",
3668136705
"readOnly": true,

swagger.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)