diff --git a/CHANGELOG.md b/CHANGELOG.md index e007c6fb..e5ebe25f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- Upgrade MSAL from `4.55.0` to `4.59.1`. + +### Added - Added the word `Warning` before logging IWA failures so users worry less about IWA issues. ## [0.8.5] - 2024-03-06 diff --git a/src/AdoPat/AdoPat.csproj b/src/AdoPat/AdoPat.csproj index 1e0a08ba..a5d21348 100644 --- a/src/AdoPat/AdoPat.csproj +++ b/src/AdoPat/AdoPat.csproj @@ -1,4 +1,4 @@ - + Microsoft.Authentication.AdoPat @@ -11,7 +11,7 @@ - + diff --git a/src/MSALWrapper.Benchmark/MSALWrapper.Benchmark.csproj b/src/MSALWrapper.Benchmark/MSALWrapper.Benchmark.csproj index cbe482c9..2652e4db 100644 --- a/src/MSALWrapper.Benchmark/MSALWrapper.Benchmark.csproj +++ b/src/MSALWrapper.Benchmark/MSALWrapper.Benchmark.csproj @@ -21,7 +21,7 @@ - + @@ -31,7 +31,7 @@ - 4.55.0 + 4.59.1 @@ -41,6 +41,6 @@ - + diff --git a/src/MSALWrapper/MSALWrapper.csproj b/src/MSALWrapper/MSALWrapper.csproj index acecff24..cc2fed03 100644 --- a/src/MSALWrapper/MSALWrapper.csproj +++ b/src/MSALWrapper/MSALWrapper.csproj @@ -1,4 +1,4 @@ - + @@ -30,10 +30,10 @@ - + - - + +