diff --git a/CHANGELOG.md b/CHANGELOG.md index 9594c0c..e209a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log +## 2.5.1 (2026-02-12) + +### Fixed + +- When the WebAPIUri was changed, we encountered issues in Windows PowerShell 5.1. +After some investigation, it turned out that the TLS for the Invoke-WebRequest should not be chaned from the SystemDefault value. It is recommended to use PowerShell 7 or later instead. + + ## 2.5.0 (2026-02-11) ### Updated