Skip to content

Commit 86b2ac3

Browse files
authored
Merge pull request #242 from postmanlabs/release/1.2.1
Release v1.2.1
2 parents 95e0f79 + 58347db commit 86b2ac3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# OpenAPI-Postman Changelog
2+
#### v1.2.1 (June 18, 2020)
3+
* Added support for validating content-type header.
4+
25
#### v1.2.0 (June 14, 2020)
36
* Added support for stricter request matching via option for validation.
47
* Added missing endpoints from collection info in result of validation.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-to-postmanv2",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Convert a given OpenAPI specification to Postman Collection v2.0",
55
"homepage": "https://github.com/postmanlabs/openapi-to-postman",
66
"bugs": "https://github.com/postmanlabs/openapi-to-postman/issues",

0 commit comments

Comments
 (0)