Skip to content

Commit 9170045

Browse files
author
EsOsO
committed
Updated docs [skip ci]
1 parent 3a0358f commit 9170045

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

Logging/Logging.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'Logging.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.3.2'
15+
ModuleVersion = '4.4.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

docs/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 4.4.0 (2020-06-17)
4+
5+
- [FIX] NotifyBeginApplication/NotifyEndApplication calls not needed (#99)
6+
- [FIX] Fix startup race condition (#100) (@Tadas)
7+
- [FIX] Fixed an issue in AzureLogAnalytics target (#102) (@Glober777)
8+
- [FIX] Resolve relative Path in File target (#103) (@Tadas)
9+
- [FIX] Target name is case insensitive (#106) (@Tadas)
10+
311
## 4.3.2 (2020-05-28)
412

513

@@ -185,5 +193,6 @@ It should improve logging performance to a new level thanks to the amazing work
185193

186194

187195

196+
188197

189198

docs/RELEASE.md

-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
- [FIX] NotifyBeginApplication/NotifyEndApplication calls not needed (#99)
2-
- [FIX] Fix startup race condition (#100) (@Tadas)
3-
- [FIX] Fixed an issue in AzureLogAnalytics target (#102) (@Glober777)
4-
- [FIX] Resolve relative Path in File target (#103) (@Tadas)
5-
- [FIX] Target name is case insensitive (#106) (@Tadas)

0 commit comments

Comments
 (0)