diff --git a/CHANGELOG.md b/CHANGELOG.md index dc0276d82..ee5a71e43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Recurly.js CHANGELOG +### Version 4.11.0 + +* Adds Elements [#568][568] +* Adds support for Items to CheckoutPricing [#566][566] +* Adds support for new Discover BIN ranges [#569][569] +* Fixes PayPal cancel event firing on successful flow completion [#564][564] + ### Version 4.10.3 * Renders Wirecard 3D Secure challenge as an iframe [#555][555] @@ -293,6 +300,10 @@ * Full rewrite for Billing Info tokenization +[569]: https://github.com/recurly/recurly-js/commit/bb146281f315f017df7c6f377afea3343184ff44 +[568]: https://github.com/recurly/recurly-js/commit/c089ce352a288a30069ebc1020dd771cd591d800 +[566]: https://github.com/recurly/recurly-js/commit/8e2f39ca6da0c0748f19910e44937a61d68acfa2 +[564]: https://github.com/recurly/recurly-js/commit/3603789ce81344c6048cfc55b2c1a61e222523ce [556]: https://github.com/recurly/recurly-js/commit/c084d8cc7ad7275660ca367f708dee4818405eec [555]: https://github.com/recurly/recurly-js/commit/8f0c5774864fded21ec36eba70cba4800f5a8ab7 [543]: https://github.com/recurly/recurly-js/commit/1ec42923673016ca45c6ca2f155b67403ab1b839 diff --git a/lib/recurly/version.js b/lib/recurly/version.js index cf9f1b11c..5475a3eb7 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.10.3'; +module.exports = '4.11.0'; diff --git a/package-lock.json b/package-lock.json index f5071f44e..5d78e4942 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "recurly.js", - "version": "4.10.3", + "version": "4.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d957a3ebf..701826f06 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.10.3", + "version": "4.11.0", "license": "MIT", "main": "recurly.js", "repository": {