From 9dfe4a269795f49fbf47be9cfe8618f2d951057c Mon Sep 17 00:00:00 2001 From: samwelkanda Date: Thu, 7 Nov 2024 20:48:35 +0300 Subject: [PATCH 1/2] - bumps version for release of 1.20.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 950b1ccea1..86859b2723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## [1.20.0] - 2024-11-07 + +### Added + +### Changed + - Fixed python generation client serailization failure str being quoted as "str" - Fixed Issue with primitive values being stringified in python python. [#5417](https://github.com/microsoft/kiota/issues/5417) - Fixed an issue where multipart request content would be ignored if other unstructured content was present in the description. [#5638](https://github.com/microsoft/kiota/issues/5638) @@ -1494,3 +1500,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial GitHub release + From f258cf9833db7d1547649c83ffb3ae041a135158 Mon Sep 17 00:00:00 2001 From: samwelkanda Date: Thu, 7 Nov 2024 21:28:29 +0300 Subject: [PATCH 2/2] update extension changelog --- vscode/microsoft-kiota/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vscode/microsoft-kiota/CHANGELOG.md b/vscode/microsoft-kiota/CHANGELOG.md index 723e029777..94c3f08309 100644 --- a/vscode/microsoft-kiota/CHANGELOG.md +++ b/vscode/microsoft-kiota/CHANGELOG.md @@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file. ### Changed +## [1.20.000000001] - 2024-11-07 + ## [1.19.100000001] - 2024-10-03 ## [1.19.24092002] - 2024-09-20