diff --git a/CHANGELOG.md b/CHANGELOG.md index fe1d8a33d..ddab7f2c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [v4.22.8](https://github.com/recurly/recurly-js/tree/v4.22.8) (2023-01-12) + +[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.22.7...v4.22.8) + + +**Merged Pull Requests** + +- Include tiered addon math [#781](https://github.com/recurly/recurly-js/pull/781) ([ELepolt](https://github.com/ELepolt)) +- Add IE11 partitions to travis config [#776](https://github.com/recurly/recurly-js/pull/776) ([abachman](https://github.com/abachman)) + +**Closed Issues** + +- Apple Pay via Braintree causes CSP violation [#767](https://github.com/recurly/recurly-js/issues/767) + + ## [v4.22.7](https://github.com/recurly/recurly-js/tree/v4.22.7) (2022-11-30) [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.22.6...v4.22.7) diff --git a/lib/recurly/version.js b/lib/recurly/version.js index eaf68b422..1322d6783 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.22.7'; +module.exports = '4.22.8'; diff --git a/package-lock.json b/package-lock.json index 50b6a9c9c..ab4650b0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.22.7", + "version": "4.22.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.22.7", + "version": "4.22.8", "license": "MIT", "dependencies": { "array-unique": "^0.3.2", diff --git a/package.json b/package.json index 925b637e9..264683877 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.22.7", + "version": "4.22.8", "license": "MIT", "main": "recurly.js", "repository": {