From 4121aeadc62ac1cd8c0b7c66f99dff3c6d413021 Mon Sep 17 00:00:00 2001 From: Christopher Rogers Date: Mon, 20 Feb 2017 18:56:23 -0800 Subject: [PATCH] Version 4.5.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 6f96a7645..a7b0fb1d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Recurly.js CHANGELOG +### Version 4.5.0 (Feb 20, 2017) + +* Adds new PayPal class [#317][317] + ### Version 4.4.1 (Feb 15, 2017) * Also send name, address, etc fields for apple pay token creation [#320][320] @@ -136,6 +140,7 @@ * Full rewrite for Billing Info tokenization +[317]: https://github.com/recurly/recurly-js/commit/20ae37b8dc3df36f899be5922e8cfbdf68242b00 [322]: https://github.com/recurly/recurly-js/commit/085ddf71b9a92785de6cfe8cbe4b4a34b1154d48 [320]: https://github.com/recurly/recurly-js/commit/6c629181215c1cd9673b69530cac8b33551d3b97 [313]: https://github.com/recurly/recurly-js/commit/19575a5d4a8439646de6d7ca838544167712c7f0 diff --git a/lib/version.js b/lib/version.js index b126c757f..7f7b0c4e5 100644 --- a/lib/version.js +++ b/lib/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.4.1'; +module.exports = '4.5.0'; diff --git a/package.json b/package.json index 1466b94ba..60e4f5520 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.4.1", + "version": "4.5.0", "license": "MIT", "main": "recurly.js", "repository": {