Skip to content

Commit

Permalink
Version 4.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Rogers <[email protected]>
  • Loading branch information
chrissrogers committed Aug 30, 2016
1 parent 70d314f commit b8cd4fb
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.1.1 (August 30, 2016)

* Improves cacheing by initially sending field config over hash [#295][295]

### Version 4.1.0 (July 29, 2016)

* Adds Gift card support [#275][275]
Expand Down Expand Up @@ -113,6 +117,7 @@

* Full rewrite for Billing Info tokenization

[295]: https://github.com/recurly/recurly-js/commit/70d314fbb443de13377a1addded5fcd1079bb6de
[276]: https://github.com/recurly/recurly-js/commit/a4059994b2ed864ef6820f7e6e544db48eac52ff
[269]: https://github.com/recurly/recurly-js/commit/d035eee4ec6fd420aeb30d70ed2b6c05a2cdb8e0
[278]: https://github.com/recurly/recurly-js/commit/cbc650d5b9a9836d7391e8abb285a1bd219af4a3
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.1.0';
module.exports = '4.1.1';
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.1.0",
"version": "4.1.1",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit b8cd4fb

Please sign in to comment.