diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f309d6f4..4cf2ce102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.24.0](https://github.com/remarkablemark/braze-api/compare/v1.23.0...v1.24.0) (2022-08-21) + + +### Features + +* add subscription status set ([566afb0](https://github.com/remarkablemark/braze-api/commit/566afb00d2e331c5032d973192ab226a00f623b7)) + ## [1.23.0](https://github.com/remarkablemark/braze-api/compare/v1.22.0...v1.23.0) (2022-08-21) diff --git a/package.json b/package.json index fe9677e23..41818e2ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "braze-api", - "version": "1.23.0", + "version": "1.24.0", "description": "Track users, send messages, export data, and more with Braze API.", "author": "Mark ", "main": "lib/index.js",