diff --git a/CHANGELOG.md b/CHANGELOG.md index 182f866..64d7d82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [3.5.1] + +#### Fixed + +- Handle redirect responses from the track and app apis ([#135](https://github.com/customerio/customerio-node/pull/135)) + ## [3.5.0] #### Added diff --git a/lib/version.ts b/lib/version.ts index b9f16dd..878aaa2 100644 --- a/lib/version.ts +++ b/lib/version.ts @@ -1 +1 @@ -export const version = '3.5.0'; +export const version = '3.5.1'; diff --git a/package-lock.json b/package-lock.json index 1db7ec7..f9c3444 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "customerio-node", - "version": "3.5.0", + "version": "3.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "customerio-node", - "version": "3.5.0", + "version": "3.5.1", "license": "MIT", "devDependencies": { "@types/node": "^17.0.36", diff --git a/package.json b/package.json index 3394390..8bb9640 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.5.0", + "version": "3.5.1", "author": "Customer.io (https://customer.io)", "contributors": [ "Alvin Crespo (https://github.com/alvincrespo)",