Skip to content

Commit

Permalink
Version 4.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Rogers <[email protected]>
  • Loading branch information
chrissrogers committed Apr 22, 2017
1 parent da67a8e commit c85a254
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* Current package/component version.
*/

module.exports = '4.5.3';
module.exports = '4.6.0';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c85a254

Please sign in to comment.