diff --git a/CHANGELOG.md b/CHANGELOG.md index 07dcb5779d1..45401962a82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,12 @@ and this project does NOT adhere to [Semantic Versioning](https://semver.org/spe ## [Unreleased] +## [5.19.0-preview] - 2023-02-09 + - [Breaking] Namespace and Request Builder renaming to align to paths defined in metadata (https://github.com/microsoft/kiota/issues/2209) - Latest metadata updates from 7th February 2023 snapshot. -## [5.18.0-preview] - 2023-01-16 +## [5.18.0-preview] - 2023-01-25 - Adds support for nullable reference types. - Latest metadata updates from 24th January 2023 snapshot. diff --git a/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj b/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj index b97a3a16ac3..5e095d05c09 100644 --- a/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj +++ b/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj @@ -22,12 +22,11 @@ 35MSSharedLib1024.snk true -- Use concurrent dictionary for serialization registry to avoid race conditions. -- Adds support for nullable reference types. -- Latest metadata updates from 24th January 2023 snapshot. +- [Breaking] Namespace and Request Builder renaming to align to paths defined in metadata (https://github.com/microsoft/kiota/issues/2209) +- Latest metadata updates from 7th February 2023 snapshot. - 5.18.0 + 5.19.0