diff --git a/CHANGELOG.md b/CHANGELOG.md index de4178d4a..a9630ed07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Recurly.js CHANGELOG +### Version 4.10.1 + +* Gateway-specific 3D Secure support [#540][540] [#535][535] +* Fixes dimensions set on 3D Secure challenge containers [#538][538] + ### Version 4.10.0 * Adds support for 3D Secure 2.0 [#527][527] @@ -276,6 +281,9 @@ * Full rewrite for Billing Info tokenization +[540]: https://github.com/recurly/recurly-js/commit/4cb3b3d9e1d2b8e843799af69ef64b039d212aa2 +[538]: https://github.com/recurly/recurly-js/commit/5038091ec93233f6ff9bd2f842632c76b6f2cfa0 +[535]: https://github.com/recurly/recurly-js/commit/ee3f1ecb055d06955e53358be7c193f6f8ece74e [527]: https://github.com/recurly/recurly-js/commit/6d05e365322d59296a2aa1912bdb07a9c80d2ed6 [529]: https://github.com/recurly/recurly-js/commit/5ce67fc8a21694f2582f5aea3fe63dd80735fbd7 [522]: https://github.com/recurly/recurly-js/commit/3a50c98811413c7593ec6783cee2b80e185b195f diff --git a/lib/recurly/version.js b/lib/recurly/version.js index 47c408b41..3ce135726 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.10.0'; +module.exports = '4.10.1'; diff --git a/package-lock.json b/package-lock.json index 840974151..17c584880 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "recurly.js", - "version": "4.10.0", + "version": "4.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6e37c7f0c..133f33e98 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.10.0", + "version": "4.10.1", "license": "MIT", "main": "recurly.js", "repository": {