Skip to content

Commit 8ebdbc1

Browse files
committed
Version 3.4.0
1 parent b444ceb commit 8ebdbc1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is mainly based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## Unreleased
8+
## 3.4.0 - 2026-01-14
99

1010
* Added: Feature to override the default streams like Write-Verbose to use the build-in functions to log messages (Start-ScriptLogger)
1111
* Added: Support for platform specific system log on Linux using the logger command (Write-ScriptLoggerPlatformLog)

ScriptLogger/ScriptLogger.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RootModule = 'ScriptLogger.psm1'
44

55
# Version number of this module.
6-
ModuleVersion = '3.3.0'
6+
ModuleVersion = '3.4.0'
77

88
# Supported PSEditions
99
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)