diff --git a/CHANGELOG.md b/CHANGELOG.md index defd7545..2f705f35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,20 @@ ## [Unreleased] +## [v4.13.0] - 2023-05-24 + ### Added -- Added support for generating request and response bodies in correct XML format from mentioned examples. -- Added support for validation of specifications in case of errors to report User input errors correctly. +- Added support for generating request and response bodies in correct XML format from mentioned examples. +- Added support for validation of specifications in case of errors to report User input errors correctly. ### Fixed -- Fixed issue where conversion was stuck for certain schemas with pattern. -- Fixed an issue where definition validation was not considering multiple white space characters. -- Fixed issue [#708](https://github.com/postmanlabs/openapi-to-postman/issues/708) where if string is defined for required field, conversion was failing. -- Fixed issue where for certain path segments, collection generation failed. -- Fixed TypeError occurring while checking typeof bodyContent in getXmlVersionContent. +- Fixed issue where conversion was stuck for certain schemas with pattern. +- Fixed an issue where definition validation was not considering multiple white space characters. +- Fixed issue [#708](https://github.com/postmanlabs/openapi-to-postman/issues/708) where if string is defined for required field, conversion was failing. +- Fixed issue where for certain path segments, collection generation failed. +- Fixed TypeError occurring while checking typeof bodyContent in getXmlVersionContent. ## [v4.12.0] - 2023-05-04 @@ -560,7 +562,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.12.0...HEAD +[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.13.0...HEAD + +[v4.13.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.12.0...v4.13.0 [v4.12.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.11.0...v4.12.0 diff --git a/package-lock.json b/package-lock.json index 1200168c..3f3022a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openapi-to-postmanv2", - "version": "4.12.0", + "version": "4.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openapi-to-postmanv2", - "version": "4.12.0", + "version": "4.13.0", "license": "Apache-2.0", "dependencies": { "ajv": "8.5.0", diff --git a/package.json b/package.json index 66f78b77..a7544cee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openapi-to-postmanv2", - "version": "4.12.0", + "version": "4.13.0", "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",