Skip to content

Commit

Permalink
Merge branch 'release/7.27.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
codenirvana committed Mar 24, 2021
2 parents 1ee2685 + d6c933a commit daf1da0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
master:
7.27.0:
date: 2021-03-24
new features:
- GH-1130 Added support to disable TLSv1.3 in tlsDisabledProtocols protocol profile behavior
- GH-1128 Added `systemHeaders` requester option to add default system headers
- >-
GH-1130 Added support to disable TLSv1.3 in tlsDisabledProtocols protocol
profile behavior
- >-
GH-1128 Added `systemHeaders` requester option to add default system
headers
- GH-1139 Added support for request body mutation via prerequest scripts
chores:
- Updated dependencies
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postman-runtime",
"version": "7.26.10",
"version": "7.27.0",
"description": "Underlying library of executing Postman Collections (used by Newman)",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit daf1da0

Please sign in to comment.