From cde7eddde0057d2efb256b73d819f205c9c3b9f6 Mon Sep 17 00:00:00 2001 From: Vishal Shingala Date: Mon, 22 Jul 2024 15:15:06 +0530 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f90e2a13..540c7561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ ## [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. + +### Fixed + +- 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