Skip to content

Commit

Permalink
Merge branch 'release/7.43.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
appurva21 committed Oct 30, 2024
2 parents e5b3f69 + f21b654 commit 24d6dc7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
unreleased:
7.43.0:
date: 2024-10-30
new features:
- GH-1478 Added support for lazily fetching vault access status
fixed bugs:
- GH-1480 Fixed a bug where vault domain matching did not work with port in URL
- >-
GH-1480 Fixed a bug where vault domain matching did not work with port in
URL
7.42.0:
date: 2024-09-04
Expand Down
4 changes: 2 additions & 2 deletions 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.42.0",
"version": "7.43.0",
"description": "Underlying library of executing Postman Collections",
"author": "Postman Inc.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 24d6dc7

Please sign in to comment.