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 +