From 465829c18b52fd94cb42be5c2973285f53043b68 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:22:49 -0400 Subject: [PATCH] 8.10.0 - Fix MSGraph UsernamePassword Authentication (PR #497) - Attempt to download an updated `base_reverse_dns_map.csv` at runtime - Update included `base_reverse_dns_map.csv` --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1acec21f..3cb4e550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +8.10.0 +------ + +- Fix MSGraph UsernamePassword Authentication (PR #497) +- Attempt to download an updated `base_reverse_dns_map.csv` at runtime +- Update included `base_reverse_dns_map.csv` + 8.9.4 -----