We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8e532 commit aa99080Copy full SHA for aa99080
Logging/Logging.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'Logging.psm1'
13
14
# Version number of this module.
15
-ModuleVersion = '4.3.1'
+ModuleVersion = '4.3.2'
16
17
# Supported PSEditions
18
# CompatiblePSEditions = @()
docs/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## 4.3.2 (2020-05-28)
4
+
5
6
+- [FIX] SEQ: fix url when ApiKey is used (#96) (@gahujipo)
7
8
## 4.3.1 (2020-05-28)
9
10
@@ -179,5 +184,6 @@ It should improve logging performance to a new level thanks to the amazing work
179
184
180
185
181
186
187
182
188
183
189
docs/RELEASE.md
@@ -1,2 +0,0 @@
-
-- [FIX] SEQ: fix url when ApiKey is used (#96) (@gahujipo)
0 commit comments