From 0c18d8edad70eefef171ac3ff31a30404fa26848 Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Wed, 30 Aug 2023 16:54:53 +0300 Subject: [PATCH] Bumps version and release notes --- CHANGELOG.md | 5 +++++ src/Microsoft.Graph/Microsoft.Graph.csproj | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53716eb396d..b137237594a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project does adheres to [Semantic Versioning](https://semver.org/spec/v ## [Unreleased] +## [5.25.0] - 2023-08-30 + +- Add `WithUrl` request builders to allow for easier making of requests with arbitrary Urls(https://github.com/microsoft/kiota/pull/3212) +- Latest metadata updates from 29th August 2023. + ## [5.24.0] - 2023-08-23 - Adds GraphServiceClient constructor for use with a `TokenCredential` and a `HttpClient`. diff --git a/src/Microsoft.Graph/Microsoft.Graph.csproj b/src/Microsoft.Graph/Microsoft.Graph.csproj index 700dcfc5adb..eea96c8209f 100644 --- a/src/Microsoft.Graph/Microsoft.Graph.csproj +++ b/src/Microsoft.Graph/Microsoft.Graph.csproj @@ -22,7 +22,7 @@ false 35MSSharedLib1024.snk true - 5.24.0 + 5.25.0