diff --git a/CHANGELOG.md b/CHANGELOG.md index 47285aa4d..af1481207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.5.1](https://github.com/remarkablemark/braze-api/compare/v2.5.0...v2.5.1) (2023-08-02) + + +### Bug Fixes + +* **buildParams:** use brackets for arrays ([f66d284](https://github.com/remarkablemark/braze-api/commit/f66d2847bfdb09673cfe62564fdfbbcc816cc63d)) +* **subscription/user/status:** set correct return type ([21a88d6](https://github.com/remarkablemark/braze-api/commit/21a88d612d9b56fdaaf1d58c331769cb060904b2)) + ## [2.5.0](https://github.com/remarkablemark/braze-api/compare/v2.4.1...v2.5.0) (2023-07-31) diff --git a/package-lock.json b/package-lock.json index f8de7c9e7..4f86f507f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "braze-api", - "version": "2.5.0", + "version": "2.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "braze-api", - "version": "2.5.0", + "version": "2.5.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6f850a2e7..b28d6a64e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "braze-api", - "version": "2.5.0", + "version": "2.5.1", "description": "Track users, send messages, export data, and more with Braze API.", "author": "Mark ", "main": "cjs/index.js",