From 193ac2732e493160048f10792697b1e43173f2e3 Mon Sep 17 00:00:00 2001 From: Stefan Hubertus Date: Wed, 11 Feb 2026 16:24:08 +0100 Subject: [PATCH] Update ChangeLog for TeamViewerPS 2.5.1 Updated changelog with the information about the TLS change regarding Windows PowerShell 5.1. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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