Skip to content

Commit

Permalink
Merge pull request #789 from postmanlabs/release/v4.20.1
Browse files Browse the repository at this point in the history
Release version v4.20.1
  • Loading branch information
VShingala committed Mar 27, 2024
2 parents ae1bf3e + 0128b3d commit 228c462
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [v4.20.1] - 2024-03-27

### Fixed

- Fixed an issue where schemas under allOf keyword having additionalProperties set to false were not generating bodies correctly.

## [v4.20.0] - 2024-02-15

### Added
Expand Down Expand Up @@ -608,7 +614,9 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com/en/1.0.0

- Base release

[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.20.0...HEAD
[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.20.1...HEAD

[v4.20.1]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.20.0...v4.20.1

[v4.20.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.19.0...v4.20.0

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
@@ -1,6 +1,6 @@
{
"name": "openapi-to-postmanv2",
"version": "4.20.0",
"version": "4.20.1",
"description": "Convert a given OpenAPI specification to Postman Collection v2.0",
"homepage": "https://github.com/postmanlabs/openapi-to-postman",
"bugs": "https://github.com/postmanlabs/openapi-to-postman/issues",
Expand Down

0 comments on commit 228c462

Please sign in to comment.