Skip to content

Commit

Permalink
Updated docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
EsOsO committed Jun 17, 2020
1 parent 3a0358f commit 9170045
Show file tree
Hide file tree
Showing 3 changed files with 10 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 = '4.3.2'
ModuleVersion = '4.4.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 4.4.0 (2020-06-17)

- [FIX] NotifyBeginApplication/NotifyEndApplication calls not needed (#99)
- [FIX] Fix startup race condition (#100) (@Tadas)
- [FIX] Fixed an issue in AzureLogAnalytics target (#102) (@Glober777)
- [FIX] Resolve relative Path in File target (#103) (@Tadas)
- [FIX] Target name is case insensitive (#106) (@Tadas)

## 4.3.2 (2020-05-28)


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






5 changes: 0 additions & 5 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
- [FIX] NotifyBeginApplication/NotifyEndApplication calls not needed (#99)
- [FIX] Fix startup race condition (#100) (@Tadas)
- [FIX] Fixed an issue in AzureLogAnalytics target (#102) (@Glober777)
- [FIX] Resolve relative Path in File target (#103) (@Tadas)
- [FIX] Target name is case insensitive (#106) (@Tadas)

0 comments on commit 9170045

Please sign in to comment.