diff --git a/CHANGELOG.md b/CHANGELOG.md index 0339600..f835d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # OpenAPI-Postman Changelog +#### v2.9.0 (July 16, 2021) +* Fixed issue where params with style deepObject were converted to only one level of key-value pair. + #### v2.8.0 (June 29, 2021) * Add a new argument in input object 'origin' to handle browser specific changes. * Added handling for type errors encountered on sentry. diff --git a/package-lock.json b/package-lock.json index b2f76ba..d29d97e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "openapi-to-postmanv2", - "version": "2.8.0", + "version": "2.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e078e9d..2782ff3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openapi-to-postmanv2", - "version": "2.8.0", + "version": "2.9.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",