diff --git a/History.md b/History.md index 69208ee8..bc25ad51 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +v3.5.0 / 2021-1-5 +========================== +* Update axios to fix the Server-Side Request Forgery vulnerability (#259) + + v3.4.1-beta.3 / 2020-10-26 ========================== * Update axios to fix the infinite retry bug (#255) diff --git a/package.json b/package.json index eb78d8b7..01329827 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "analytics-node", - "version": "3.4.0-beta.3", + "version": "3.5.0", "description": "The hassle-free way to integrate analytics into any Node.js application", "license": "MIT", "repository": "segmentio/analytics-node",