diff --git a/CHANGELOG.md b/CHANGELOG.md index a168a2ea69..3802ae83fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed + + +## [1.18.1] - 2024-09-10 + +### Added + +- Removes stringify call on python constructor parameters. https://github.com/microsoftgraph/msgraph-sdk-python/issues/165 + +### Changed + +- Fixed a bug where python construcor parameters are beig cast to strings leading to bugs as the types is unkown on graph call. + ## [1.18.0] - 2024-09-05 ### Added @@ -42,6 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed an issue where the generation hint for the workspace experience would be outdated. [#5241](https://github.com/microsoft/kiota/issues/5241) - Fixes an issue where the GoPathSegmenter would create the same file name for different elements to lead to missing code due to overwriting of the content [#4833](https://github.com/microsoft/kiota/issues/4833) + + ## [1.17.0] - 2024-08-09 ### Added