Skip to content

Commit

Permalink
Merge pull request #160 from reportportal/develop
Browse files Browse the repository at this point in the history
Release 5.0.11
  • Loading branch information
AmsterGet authored Jun 1, 2023
2 parents 3cb3af6 + b0a4eff commit 32b2784
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### Fixed
- Request body logging has been removed by default for the HTTP client.

## [5.0.10] - 2023-04-30
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.10
5.0.11-SNAPSHOT
3 changes: 1 addition & 2 deletions lib/rest.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ class RestClient {
: ''
}
URL: ${url}
method: ${method}
Request data: ${JSON.stringify(data)}`,
method: ${method}`,
);
});
}
Expand Down

0 comments on commit 32b2784

Please sign in to comment.