diff --git a/CHANGELOG.md b/CHANGELOG.md index a557182..573ff87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ No unreleased changes. +# 0.0.15 + +### Bug Fixes + +- Fixed a bug where cards eligible for installments fails to pass validation due to empty string as channel property value + # 0.0.14 ### Bug Fixes diff --git a/package.json b/package.json index be24608..a0e13d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xendit-components-web", - "version": "0.0.14", + "version": "0.0.15", "description": "Xendit frontend payment components SDK", "type": "module", "author": "Xendit",