Skip to content

Commit

Permalink
Version 4.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Rogers <[email protected]>
  • Loading branch information
chrissrogers committed Feb 21, 2017
1 parent 20ae37b commit 4121aea
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.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]
Expand Down Expand Up @@ -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
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.4.1';
module.exports = '4.5.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.4.1",
"version": "4.5.0",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit 4121aea

Please sign in to comment.