Skip to content

Commit

Permalink
Merge branch 'master' into support_setup_intents_on_3ds2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissrogers authored and calebbarde committed Nov 17, 2020
2 parents 20660aa + a704be1 commit f88d220
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

### Version 4.14.0

* Adds 3-D Secure support for CyberSource [#652][652]
* Fixes BIN detection for ELO cards [#647][647]

### Version 4.14.0

* Adds support for Becs tokenization [#614][614]
* Adds support for tax_identifier tokenization [#629][629]
* Fixes previous tabbing for Elements on non-mobile browsers [#618][618]
Expand Down Expand Up @@ -327,6 +332,8 @@

* Full rewrite for Billing Info tokenization

[652]: https://github.com/recurly/recurly-js/commit/f023fade9de12c4f7851cbeb7308704bc474edee
[647]: https://github.com/recurly/recurly-js/commit/aa44887032073e162e059a11f9322f7c9495276d
[629]: https://github.com/recurly/recurly-js/commit/43a47cbf783fdcbec07a85fa033297a1575c5364
[618]: https://github.com/recurly/recurly-js/commit/35f44db4e38a89bc20e1673501bea385b77eb0bf
[614]: https://github.com/recurly/recurly-js/commit/f04390afba8bbb651879a6a85ab0e40492b3e106
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/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.14.0';
module.exports = '4.15.0';
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.14.0",
"version": "4.15.0",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit f88d220

Please sign in to comment.