From c85a2546777893fd1eb92c41edd59081065780a2 Mon Sep 17 00:00:00 2001 From: Christopher Rogers Date: Fri, 21 Apr 2017 17:39:25 -0700 Subject: [PATCH] Version 4.6.0 Signed-off-by: Christopher Rogers --- CHANGELOG.md | 5 +++++ lib/version.js | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2246f23b..f77913f19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Recurly.js CHANGELOG +### Version 4.6.0 (Apr 21, 2017) + +* Adds support for new PayPal Express Checkout flow [348][348] + ### Version 4.5.3 (Mar 24, 2017) * Adds Braintree PayPal failure fallback [336][336] @@ -155,6 +159,7 @@ * Full rewrite for Billing Info tokenization +[348]: https://github.com/recurly/recurly-js/commit/da67a8e040615980d4569ac7c09b5c0e9fc262c2 [344]: https://github.com/recurly/recurly-js/commit/611fbdeba93fe5d86057aa427963508f8188463d [336]: https://github.com/recurly/recurly-js/commit/76b34d12054a46751a5882e50a3e56e0429fc8aa [341]: https://github.com/recurly/recurly-js/commit/35a43c5d8102a1eac60d25f0ec30d736524e8229 diff --git a/lib/version.js b/lib/version.js index 669250b4e..09665dd35 100644 --- a/lib/version.js +++ b/lib/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.5.3'; +module.exports = '4.6.0'; diff --git a/package.json b/package.json index be3d6aa27..d32863187 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.5.3", + "version": "4.6.0", "license": "MIT", "main": "recurly.js", "repository": {