diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index 930b08059..69ecb2d50 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,9 +1,9 @@ -unreleased: +7.28.3: + date: 2021-07-25 fixed bugs: - >- GH-1163 Fixed a bug where `protocolProfileBehavior.disableUrlEncoding` option was not respected in OAuth 1.0 authorizer - chores: - Updated dependencies diff --git a/package-lock.json b/package-lock.json index c454748e6..18e28fc72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "postman-runtime", - "version": "7.28.2", + "version": "7.28.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cf734c01a..2da6ff2c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postman-runtime", - "version": "7.28.2", + "version": "7.28.3", "description": "Underlying library of executing Postman Collections (used by Newman)", "main": "index.js", "directories": {