diff --git a/CHANGELOG.md b/CHANGELOG.md index f37bd206..f83cab05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [3.2.2](https://github.com/bigcommerce/bigpay-client-js/compare/3.2.0...3.2.2) (2018-08-01) + + +### Features + +* **payments:** INT-491 re-map wepay risk token into device_info field instead of using extra_data ([a6f8325](https://github.com/bigcommerce/bigpay-client-js/commit/a6f8325)) + + + ## [3.2.1](https://github.com/bigcommerce/bigpay-client-js/compare/3.2.0...3.2.1) (2018-07-05) diff --git a/package.json b/package.json index eaf864ed..841092fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/bigpay-client", - "version": "3.2.1", + "version": "3.2.2", "description": "JavaScript client for Bigpay", "license": "MIT", "main": "lib/index.js",