From b31fe1e86e8a26e9cb3840a1d20cc2d624f4ddfe Mon Sep 17 00:00:00 2001 From: Stefan Hubertus Date: Thu, 12 Feb 2026 09:11:38 +0100 Subject: [PATCH] Fix ChangeLog for version 2.5.1 Combine changes from 2.5.0 and 2.5.1 into one change log entry as we only release these together now. --- CHANGELOG.md | 5 +---- Cmdlets/TeamViewerPS.psd1 | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) 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 = @()