From 47ce7ae292bccbdcff72deb037823fbde268fa8d Mon Sep 17 00:00:00 2001 From: Pooya Jaferian Date: Wed, 17 Feb 2021 11:10:58 -0800 Subject: [PATCH] releasing a major version --- History.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index bc25ad51..f35d542b 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +v4.0.0 / 2021-2-17 +========================== +* BREAKING: throws error when message is over 32kb #268 +* Allow passing in Axios instance in options #270 +* Fix data parameter always undefined on callback for track method #231 +* Allow to update endpoint to send batch events #246 +* Vulnerability fixes #264, #243, #263, #226, #227, #228, #247, #248, #252, #253, #257, #261 +* Fixed a typo to reflect actual code behaviour #233 + v3.5.0 / 2021-1-5 ========================== * Update axios to fix the Server-Side Request Forgery vulnerability (#259) diff --git a/package.json b/package.json index b013d479..af7abecc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "analytics-node", - "version": "3.5.0", + "version": "4.0.0", "description": "The hassle-free way to integrate analytics into any Node.js application", "license": "MIT", "repository": "segmentio/analytics-node",