diff --git a/CHANGELOG.md b/CHANGELOG.md index 1580666..960e42c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.17.0](https://github.com/Basis-Theory/basis-theory-react/compare/v1.16.0...v1.17.0) (2024-03-05) + + +### Features + +* adds skipLuhnValidation ([#234](https://github.com/Basis-Theory/basis-theory-react/issues/234)) ([6404d8a](https://github.com/Basis-Theory/basis-theory-react/commit/6404d8ab8e6fc00d77ef18ce1485f9fefd4611fd)) + # [1.16.0](https://github.com/Basis-Theory/basis-theory-react/compare/v1.15.0...v1.16.0) (2024-02-16) diff --git a/package.json b/package.json index 07824a3..c598947 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@basis-theory/basis-theory-react", - "version": "1.16.0", + "version": "1.17.0", "description": "Thin React wrapper for BasisTheory JS SDK", "repository": "https://github.com/Basis-Theory/basis-theory-react", "license": "Apache-2.0",