diff --git a/CHANGELOG.md b/CHANGELOG.md index bee56636c..630fa8930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.4.1](https://github.com/remarkablemark/braze-api/compare/v2.4.0...v2.4.1) (2023-07-30) + + +### Bug Fixes + +* **messages:** fix GET /messages/scheduled_broadcasts ([9ba55b5](https://github.com/remarkablemark/braze-api/commit/9ba55b5af7a866c2e1b7db0eccf893cd52ba5525)) +* **subscription:** fix GET /subscription/user/status ([67cb4c0](https://github.com/remarkablemark/braze-api/commit/67cb4c0b900f87d7938d499bc6276b0c3e307c3e)) + ## [2.4.0](https://github.com/remarkablemark/braze-api/compare/v2.3.1...v2.4.0) (2023-07-29) diff --git a/package-lock.json b/package-lock.json index 9bf878b68..cf4967cf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "braze-api", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "braze-api", - "version": "2.4.0", + "version": "2.4.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 62c12d56a..8a09719ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "braze-api", - "version": "2.4.0", + "version": "2.4.1", "description": "Track users, send messages, export data, and more with Braze API.", "author": "Mark ", "main": "cjs/index.js",