diff --git a/CHANGELOG.md b/CHANGELOG.md index fb1d6f79b..9ddb898a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [v4.25.7](https://github.com/recurly/recurly-js/tree/v4.25.7) (2023-08-04) + +[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.25.6...v4.25.7) + + +**Merged Pull Requests** + +- Expose Venmo Device Data [#844](https://github.com/recurly/recurly-js/pull/844) ([arzitney](https://github.com/arzitney)) +- Add Support for Sofort on Adyen Components [#843](https://github.com/recurly/recurly-js/pull/843) ([douglaslise](https://github.com/douglaslise)) +- add kount debugging [#842](https://github.com/recurly/recurly-js/pull/842) ([smagdicatrecurly](https://github.com/smagdicatrecurly)) + + + ## [v4.25.6](https://github.com/recurly/recurly-js/tree/v4.25.6) (2023-07-25) [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.25.5...v4.25.6) diff --git a/lib/recurly/version.js b/lib/recurly/version.js index b1c06c489..cf54f7996 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.25.6'; +module.exports = '4.25.7'; diff --git a/package-lock.json b/package-lock.json index e1a8ff353..94822cfb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.25.6", + "version": "4.25.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.25.6", + "version": "4.25.7", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 399750086..2c11f09a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.25.6", + "version": "4.25.7", "license": "MIT", "main": "recurly.js", "repository": {