From fce2cc523c6ad943034d9a75cf25aa98ae6a6f12 Mon Sep 17 00:00:00 2001 From: Emanuel Palm Date: Wed, 5 Aug 2026 14:10:27 +0200 Subject: [PATCH] docs: Update changelog with recent dependency bumps and build config adjustments --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 423ea9a..371521b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ The format is based on and uses the types of changes according to [Keep a Change ## [Unreleased] +### Changed + +- Bumped Azure.Identity from 1.19.0 to 1.21.0 +- Bumped Azure.Identity.Broker from 1.4.0 to 1.7.0 +- Bumped Microsoft.VisualStudio.Threading from 17.14.15 to 18.7.23 +- Bumped System.IdentityModel.Tokens.Jwt from 8.17.0 to 8.22.0 +- Bumped System.Security.Cryptography.ProtectedData from 10.0.5 to 10.0.10 +- Bumped Microsoft.Identity.Client.NativeInterop from 0.20.4 to 0.20.6 +- Updated build config for Sampler +- Adjusted test for Pester v6 compatibility + ## [2.9.0] - 2026-03-30 ### Added