diff --git a/CHANGELOG.md b/CHANGELOG.md index 2173a6ff7..96b47f5a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/remarkablemark/braze-api/compare/v1.2.0...v1.3.0) (2022-07-21) + + +### Features + +* add user track ([d785dc4](https://github.com/remarkablemark/braze-api/commit/d785dc40845b36db660a0c191218bd88a3850d74)), closes [#8](https://github.com/remarkablemark/braze-api/issues/8) + ## [1.2.0](https://github.com/remarkablemark/braze-api/compare/v1.1.0...v1.2.0) (2022-07-10) diff --git a/package.json b/package.json index 301e46beb..deb5161f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "braze-api", - "version": "1.2.0", + "version": "1.3.0", "description": "Track users, send messages, export data, and more with Braze API.", "author": "Mark ", "main": "lib/index.js",