Skip to content

Commit

Permalink
Version 3.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Rogers <chrissrogers@gmail.com>
  • Loading branch information
chrissrogers committed May 7, 2015
1 parent cec19d8 commit bc4038a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
## Recurly.js CHANGELOG

### Version 3.1.0 (May 7, 2015)

* Adds bank account tokenization [#202][202]
* Adds optional additional field validations [#196][196]
* Fixes tax rounding issue [#199][199]

### Version 3.0.11 (March 17, 2015)

* Adds partial number detection to cardType method [#187][187]
Expand Down Expand Up @@ -62,6 +68,9 @@

* Full rewrite for Billing Info tokenization

[202]: https://github.com/recurly/recurly-js/commit/684119566898568f9947210b26cb794f0823e28e
[199]: https://github.com/recurly/recurly-js/commit/e04662b887e3f51553a0c691d704ec680c36f772
[196]: https://github.com/recurly/recurly-js/commit/bd49c9a7785bda07ade74d4f17cf9351599dbf11
[188]: https://github.com/recurly/recurly-js/commit/7f03c8798a7286fbcc30e32388ad0eeae86c1be5
[187]: https://github.com/recurly/recurly-js/commit/5e771eae688135338478281d947bd96c7fa5dbc6
[186]: https://github.com/recurly/recurly-js/commit/b5ab08d328c8687e747443cb9c0cae42d8d9fe48
Expand Down
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "recurly",
"repository": "recurly/recurly-js",
"description": "Official Recurly JavaScript client for the browser.",
"version": "3.0.11",
"version": "3.1.0",
"keywords": [
"recurly", "recurring", "payment", "billing", "subscription",
"bank", "credit-card"
Expand Down
2 changes: 1 addition & 1 deletion lib/version.js
Expand Up @@ -3,4 +3,4 @@
* Current package/component version.
*/

module.exports = '3.0.11';
module.exports = '3.1.0';
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "recurly.js",
"description": "Zen subscription billing in the browser",
"version": "3.0.11",
"version": "3.1.0",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit bc4038a

Please sign in to comment.