diff --git a/CHANGELOG.md b/CHANGELOG.md index 2586f889a93..1174c2a95b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project does adheres to [Semantic Versioning](https://semver.org/spec/v ## [Unreleased] +## [5.36.0] - 2023-11-22 + +- Reduces the size of the generated code (https://github.com/microsoft/kiota/issues/3651) +- Fixes missing `changeType` parameter in messages delta api (https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2195) +- Latest metadata updates from 21st November 2023. + ## [5.35.0] - 2023-11-15 - Fixes `Accept` header values generated by the SDK. diff --git a/src/Microsoft.Graph/Microsoft.Graph.csproj b/src/Microsoft.Graph/Microsoft.Graph.csproj index 2964c22e352..832ea9446ac 100644 --- a/src/Microsoft.Graph/Microsoft.Graph.csproj +++ b/src/Microsoft.Graph/Microsoft.Graph.csproj @@ -22,7 +22,7 @@ false 35MSSharedLib1024.snk true - 5.35.0 + 5.36.0