diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index b978c0079..b0c768c1e 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,12 +1,13 @@ -unreleased: +6.2.0: + date: 2024-08-16 new features: - GH-3263 Added support for HTTP/2 fixed bugs: - GH-3231 Fixed a bug where JUnit reporter sets the wrong classname chores: - >- - GH-3258 Converted the deprecated `apikey` parameter in Postman API urls - to `x-api-key` header + GH-3258 Converted the deprecated `apikey` parameter in Postman API urls to + `x-api-key` header - Updated dependencies 6.1.3: diff --git a/package-lock.json b/package-lock.json index 7bba20bcd..4c47e175f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newman", - "version": "6.1.3", + "version": "6.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newman", - "version": "6.1.3", + "version": "6.2.0", "license": "Apache-2.0", "dependencies": { "@postman/tough-cookie": "4.1.3-postman.1", diff --git a/package.json b/package.json index 1b4cf9983..a9f1f9fca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newman", - "version": "6.1.3", + "version": "6.2.0", "description": "Command-line companion utility for Postman", "author": "Postman Labs (=)", "license": "Apache-2.0",