diff --git a/CHANGELOG.md b/CHANGELOG.md index d354a83..657dbfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ + +## [5.1.0] - 2024-01-24 ### Changed - **Breaking change** Drop support of Node.js 10. The version [5.0.7](https://github.com/reportportal/agent-js-postman/releases/tag/v5.0.7) is the latest that supports it. - `@reportportal/client-javascript` bumped to version `5.1.1`. diff --git a/VERSION b/VERSION index 16fc02b..831446c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.8-SNAPSHOT +5.1.0 diff --git a/package-lock.json b/package-lock.json index 766c096..767840e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@reportportal/newman-reporter-agent-js-postman", - "version": "5.0.7", + "version": "5.1.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index e8fa305..973a583 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reportportal/newman-reporter-agent-js-postman", - "version": "5.0.7", + "version": "5.1.0", "description": "ReportPortal reporter for newman", "main": "./lib/index.js", "author": "ReportPortal.io",