From 52cecf05d11d43edbeaad68c7625c9e35e230c7e Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Tue, 5 Nov 2024 17:06:03 +0200 Subject: [PATCH] Bump version and update CHANGELOG --- CHANGELOG.md | 7 +++++++ Directory.Build.props | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a52b7fa..2f5f00d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.14.0] - 2024-11-06 + +### Added + +- Added `AuthorizationHandler` to authenticate requests and `GraphClientFactory.create(authProvider)` to instantiate +an HttpClient with the built-in Authorization Handler. + ## [1.13.2] - 2024-10-28 ### Changed diff --git a/Directory.Build.props b/Directory.Build.props index 9988389..a0dfeef 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 1.13.2 + 1.14.0 false @@ -17,4 +17,4 @@ false Library - \ No newline at end of file +