Skip to content

Commit b509eb9

Browse files
committed
Release 1.2.0
1 parent 81fb024 commit b509eb9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ Stop-ScriptLogger
8484

8585
## Versions
8686

87+
### 1.2.0
88+
89+
- Add encoding option for the log file output
90+
- Add error handling for log file and event log output
91+
- Change console output from cmdlets to $Host.UI methods
92+
- Fix error record handling to log correct invocation information
93+
8794
### 1.1.1
8895

8996
- Add formats and types resources

ScriptLogger.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'ScriptLogger.psm1'
3-
ModuleVersion = '1.1.1'
3+
ModuleVersion = '1.2.0'
44
GUID = '0E1AF375-67C1-460A-A247-045C5D2B54AA'
55
Author = 'Claudio Spizzi'
66
Copyright = 'Copyright (c) 2016 by Claudio Spizzi. Licensed under MIT license.'

0 commit comments

Comments
 (0)