Skip to content

Commit

Permalink
Create release 2.10.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
EsOsO committed Apr 4, 2019
1 parent d732013 commit 416f8a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Logging/Logging.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'Logging.psm1'

# Version number of this module.
ModuleVersion = '2.9.1'
ModuleVersion = '2.10.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
9 changes: 8 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 2.9.1 (2019-03-15)
## 2.10.0 (2019-04-04)

- [NEW] Added support for target default config
- [NEW] Added support for target initilization scriptblock

This comment has been minimized.

Copy link
@lboening

lboening Apr 5, 2019

Spelling error: initilization should be initialization

- [NEW] Added DynamicParam generation function
- [MOD] Synchronized variables are now Constant instead of ReadOnly (thx to @tosoikea)


- [NEW] Added Windows EventLog target (thx to @tadas)
- [FIX] Fixed Write-Log -Arguments detection
Expand Down Expand Up @@ -87,3 +93,4 @@




4 changes: 0 additions & 4 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
- [NEW] Added support for target default config
- [NEW] Added support for target initilization scriptblock
- [NEW] Added DynamicParam generation function
- [MOD] Synchronized variables are now Constant instead of ReadOnly (thx to @tosoikea)

0 comments on commit 416f8a2

Please sign in to comment.