diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index 98f2b8254..9220c78ff 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,4 +1,5 @@ -unreleased: +7.43.1: + date: 2024-12-11 fixed bugs: - >- Fixed a bug where item's parent reference was missing from request and diff --git a/package-lock.json b/package-lock.json index 17f9d53d4..ae1b5dabf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "postman-runtime", - "version": "7.43.0", + "version": "7.43.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "postman-runtime", - "version": "7.43.0", + "version": "7.43.1", "license": "Apache-2.0", "dependencies": { "@postman/tough-cookie": "4.1.3-postman.1", diff --git a/package.json b/package.json index e182d0081..164a6e760 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postman-runtime", - "version": "7.43.0", + "version": "7.43.1", "description": "Underlying library of executing Postman Collections", "author": "Postman Inc.", "license": "Apache-2.0",