diff --git a/CHANGELOG.md b/CHANGELOG.md index 220a0fb..fa1b42a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [3.1.4] + +- Add `send_at` to transactional message attributes ([#97](https://github.com/customerio/customerio-node/pull/97)) +- Set `User-Agent` for proper source attributes on activity logs ([#96](https://github.com/customerio/customerio-node/pull/96)) + ## [3.1.3] - Revert [#93](https://github.com/customerio/customerio-node/pull/93) due to a crashing bug ([#95](https://github.com/customerio/customerio-node/pull/95)) diff --git a/package-lock.json b/package-lock.json index 6322b2e..7643260 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "customerio-node", - "version": "3.1.3", + "version": "3.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aecfd23..ca1883b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "customerio-node", "description": "A node client for the Customer.io event API. http://customer.io", - "version": "3.1.3", + "version": "3.1.4", "author": "Customer.io (https://customer.io)", "contributors": [ "Alvin Crespo (https://github.com/alvincrespo)",