Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cmdlets/TeamViewerPS.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RootModule = 'TeamViewerPS.psm1'

# Version number of this module.
ModuleVersion = '2.5.0'
ModuleVersion = '2.5.1'

# Supported PSEditions.
# CompatiblePSEditions = @()
Expand Down