diff --git a/CHANGELOG.md b/CHANGELOG.md index e17c214ee..7885030be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Recurly.js CHANGELOG +### Version 4.7.2 (Oct 23, 2017) + +* Removes the requirement to pass in a form to Apple Pay [#381][381] + ### Version 4.7.1 (Oct 9, 2017) * Adds customer address collection from device in Apple Pay transactions [#380][380] diff --git a/lib/version.js b/lib/version.js index 418d49b4c..cd51cd44d 100644 --- a/lib/version.js +++ b/lib/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.7.1'; +module.exports = '4.7.2'; diff --git a/package-lock.json b/package-lock.json index d31a99d7d..1251afb36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "recurly.js", - "version": "4.7.1", + "version": "4.7.2", "lockfileVersion": 1, "dependencies": { "accepts": { diff --git a/package.json b/package.json index c5468e0e1..c24fba8dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.7.1", + "version": "4.7.2", "license": "MIT", "main": "recurly.js", "repository": {