From 5267cb9235e1451262d0af20c3a90b7d5c46ae1d Mon Sep 17 00:00:00 2001 From: Vishal Shingala Date: Mon, 22 Jul 2024 15:45:36 +0530 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92227c8d..32a9c02c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,6 @@ ## [v4.23.1] - 2024-07-22 -## [v4.23.0] - 2024-07-22 - ### Added - Conversion - Added option to set preferred request body content-type and use the first mentioned content-type as request body. @@ -15,10 +13,6 @@ - Fixed issue with getOptions() API where default module version was still v1. - Fix to convert "format:binary" to "type:file" for requests with formdata body. -### Chore - -- Replace traverse with neotraverse to reduce related dependencies. - ## [v4.22.0] - 2024-07-10 ### Chore @@ -645,9 +639,7 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com/en/1.0.0 [Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.23.1...HEAD -[v4.23.1]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.23.0...v4.23.1 - -[v4.23.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.22.0...v4.23.0 +[v4.23.1]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.22.0...v4.23.1 [v4.22.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.21.0...v4.22.0