diff --git a/CHANGELOG.md b/CHANGELOG.md index 169046789..67b2f2f07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v4.20.0](https://github.com/recurly/recurly-js/tree/v4.20.0) (2022-04-28) + +[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.19.1...v4.20.0) + + +**Merged Pull Requests** + +- ApplePay through Braintree [#715](https://github.com/recurly/recurly-js/pull/715) ([cyberxander90](https://github.com/cyberxander90)) + + + ## [v4.19.1](https://github.com/recurly/recurly-js/tree/v4.19.1) (2022-03-31) [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.19.0...v4.19.1) @@ -19,7 +30,7 @@ **Merged Pull Requests** -- [FK-1277] Added Sofort selection form and validations [#707](https://github.com/recurly/recurly-js/pull/707) ([gilv93](https://github.com/gilv93)) +- Added Sofort selection form and validations [#707](https://github.com/recurly/recurly-js/pull/707) ([gilv93](https://github.com/gilv93)) - IDeal and Sofort [#701](https://github.com/recurly/recurly-js/pull/701) ([cyberxander90](https://github.com/cyberxander90)) - Adding the eu api url for eu on rjs [#700](https://github.com/recurly/recurly-js/pull/700) ([flaviomuller](https://github.com/flaviomuller)) diff --git a/lib/recurly/version.js b/lib/recurly/version.js index 5233f60b2..8a3eefdd8 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.19.1'; +module.exports = '4.20.0'; diff --git a/package-lock.json b/package-lock.json index 09264f043..7575e7b32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.19.1", + "version": "4.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.19.1", + "version": "4.20.0", "license": "MIT", "dependencies": { "array-unique": "^0.3.2", diff --git a/package.json b/package.json index ffc5f6b9b..c1df1b0d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.19.1", + "version": "4.20.0", "license": "MIT", "main": "recurly.js", "repository": {