diff --git a/CHANGELOG.md b/CHANGELOG.md index 7289e8e3c..3b422e804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Recurly.js CHANGELOG +### Version 4.8.2 (Feb 15,2018) + +* Adds support for Apple pay zero amount authorizations [#426][426] + ### Version 4.8.1 (Jan 16,2018) * Adds support for setting PayPal logo in Express Checkout flow [#418][418] @@ -204,6 +208,7 @@ * Full rewrite for Billing Info tokenization +[426]: https://github.com/recurly/recurly-js/commit/74cbea1723b9238e76460b4c6477a0ecd26c75ab [418]: https://github.com/recurly/recurly-js/commit/617e326976255277d68b479ad29f564ee2dae766 [412]: https://github.com/recurly/recurly-js/commit/22ae5fec78a8d45586f170b28eef59593fcd883d [409]: https://github.com/recurly/recurly-js/commit/67d1bd09dc74162eff143755c74b53cc8ea551fc diff --git a/lib/version.js b/lib/version.js index 99972a833..38a590cb6 100644 --- a/lib/version.js +++ b/lib/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.8.1'; +module.exports = '4.8.2'; diff --git a/package-lock.json b/package-lock.json index f0aa0cdd0..e46b3a986 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "recurly.js", - "version": "4.8.1", + "version": "4.8.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 68d586cec..ba3d7bce9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.8.1", + "version": "4.8.2", "license": "MIT", "main": "recurly.js", "repository": {