Skip to content

Commit

Permalink
Merge branch 'release/1.15.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
bunq-bot committed Aug 13, 2021
2 parents 0aeaf27 + 508fbd3 commit 76c09d4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Changelog

## [Unreleased](https://github.com/bunq/doc/tree/HEAD)
## [1.15.1](https://github.com/bunq/doc/tree/1.15.1) (2021-08-11)

[Full Changelog](https://github.com/bunq/doc/compare/1.14.18...HEAD)
[Full Changelog](https://github.com/bunq/doc/compare/1.14.18...1.15.1)

**Implemented enhancements:**

- Update DESCRIPTION.md [\#168](https://github.com/bunq/doc/pull/168) ([lexym](https://github.com/lexym))

**Merged pull requests:**

- Update description.md [\#179](https://github.com/bunq/doc/pull/179) ([jesperromers](https://github.com/jesperromers))
- Update DESCRIPTION.md [\#167](https://github.com/bunq/doc/pull/167) ([lexym](https://github.com/lexym))

## [1.14.18](https://github.com/bunq/doc/tree/1.14.18) (2020-09-17)
Expand Down
18 changes: 18 additions & 0 deletions generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -43989,6 +43989,12 @@
"description": "The Card Holder Presence type of the POS.",
"readOnly": true,
"writeOnly": false
},
"eligible_whitelist_id": {
"type": "integer",
"description": "The whitelist id for this action or null.",
"readOnly": true,
"writeOnly": false
}
}
},
Expand Down Expand Up @@ -44233,6 +44239,12 @@
"description": "The Card Holder Presence type of the POS.",
"readOnly": true,
"writeOnly": false
},
"eligible_whitelist_id": {
"type": "integer",
"description": "The whitelist id for this action or null.",
"readOnly": true,
"writeOnly": false
}
}
},
Expand Down Expand Up @@ -44460,6 +44472,12 @@
"description": "The Card Holder Presence type of the POS.",
"readOnly": true,
"writeOnly": false
},
"eligible_whitelist_id": {
"type": "integer",
"description": "The whitelist id for this action or null.",
"readOnly": true,
"writeOnly": false
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion swagger.json

Large diffs are not rendered by default.

0 comments on commit 76c09d4

Please sign in to comment.