Skip to content

Commit

Permalink
Updated changelog and package.json for v2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket Panse committed Aug 25, 2016
1 parent 41e779c commit f699069
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Postman Runtime Changelog

#### 2.4.4 (August 25, 2016)
* Fixed a bug that caused incorrect host headers to be inserted in requests

#### 2.4.3 (August 23, 2016)
* Use `postman-request` instead of the `request` library, which contains fixes to support deflate encoding

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postman-runtime",
"version": "2.4.3",
"version": "2.4.4",
"description": "Underlyng library of executing Postman Collections (used by Newman)",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"crypto-js": "3.1.6",
"lodash": "3.10.1",
"node-uuid": "1.4.7",
"postman-collection": "^0.4.13",
"postman-collection": "^0.4.14",
"postman-request": "2.74.1-postman.1",
"resolve-from": "2.0.0",
"serialised-error": "^1.1.2",
Expand Down

0 comments on commit f699069

Please sign in to comment.