diff --git a/CHANGELOG.md b/CHANGELOG.md index d82c7cc060..a6f31be200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,12 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Moving middleware from Graph core to kiota http. +## [0.0.20] - 2022-03-25 + +### Changed + +- Moved TypeScript middleware from Graph core to kiota http. - Fixed a bug where errors would fail to deserialize for TypeScript. - Fixed a bug where decimal types would not be mapped in TypeScript. -- TypeScript adding index exporting models to fix #870. +- Fixed circular dependencies issues for TypeScript #870. - Fixed a bug where JSON serialization would fail on nil properties in Go. -- Move typescript core packages into Kiota-TypeScript repo and delete for Kiota repo. +- Moved typescript core packages into Kiota-TypeScript repo and delete for Kiota repo. - Fixed a bug where collections of complex types could be mis-represented. [#1438](https://github.com/microsoft/kiota/issues/1438) - Fixed a bug where inline properties would not generate their own type definition. [#1438](https://github.com/microsoft/kiota/issues/1438) diff --git a/src/kiota/kiota.csproj b/src/kiota/kiota.csproj index fb69907488..a5008f1080 100644 --- a/src/kiota/kiota.csproj +++ b/src/kiota/kiota.csproj @@ -6,7 +6,7 @@ true kiota ./nupkg - 0.0.19 + 0.0.20 true https://github.com/microsoft/kiota