diff --git a/CHANGELOG.md b/CHANGELOG.md index e209a3c..79e4ead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,7 @@ ### 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) +After some investigation, it turned out that the TLS for the Invoke-WebRequest should not be changed from the SystemDefault value. It is recommended to use PowerShell 7 or later instead. ### Updated diff --git a/Cmdlets/TeamViewerPS.psd1 b/Cmdlets/TeamViewerPS.psd1 index 346bb3d..ff343a5 100644 --- a/Cmdlets/TeamViewerPS.psd1 +++ b/Cmdlets/TeamViewerPS.psd1 @@ -3,7 +3,7 @@ RootModule = 'TeamViewerPS.psm1' # Version number of this module. - ModuleVersion = '2.5.0' + ModuleVersion = '2.5.1' # Supported PSEditions. # CompatiblePSEditions = @()