diff --git a/Logging/Logging.psd1 b/Logging/Logging.psd1 index d5dee3c..e24c1f2 100644 --- a/Logging/Logging.psd1 +++ b/Logging/Logging.psd1 @@ -12,7 +12,7 @@ RootModule = 'Logging.psm1' # Version number of this module. -ModuleVersion = '4.3.1' +ModuleVersion = '4.3.2' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e2c54fa..90f6db0 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 4.3.2 (2020-05-28) + + +- [FIX] SEQ: fix url when ApiKey is used (#96) (@gahujipo) + ## 4.3.1 (2020-05-28) @@ -179,5 +184,6 @@ It should improve logging performance to a new level thanks to the amazing work + diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 3b6ec9b..e69de29 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,2 +0,0 @@ - -- [FIX] SEQ: fix url when ApiKey is used (#96) (@gahujipo) \ No newline at end of file