diff --git a/CHANGELOG.md b/CHANGELOG.md index ad922ffcf..fdcb1b385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.20.0](https://github.com/remarkablemark/braze-api/compare/v1.19.0...v1.20.0) (2022-08-20) + + +### Features + +* add messages schedule create ([d3c4fd8](https://github.com/remarkablemark/braze-api/commit/d3c4fd8d386d3b917d66cab9cff4aa8b0e18e551)) + ## [1.19.0](https://github.com/remarkablemark/braze-api/compare/v1.18.0...v1.19.0) (2022-08-16) diff --git a/package.json b/package.json index e4ba6c578..de709be72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "braze-api", - "version": "1.19.0", + "version": "1.20.0", "description": "Track users, send messages, export data, and more with Braze API.", "author": "Mark ", "main": "lib/index.js",