Skip to content

Commit 4397527

Browse files
committed
Update manifest and docs to 6.12.6
1 parent c9bfbd8 commit 4397527

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.12.6
2+
- Fix `Get-VdcEngineFolder` error when no engines defined
3+
- Fix `Import-VdcCertificate` when importing p12 as the workaround to decrypt is no longer needed
4+
15
## 6.12.5
26
- Add `New-VcWebhook -Type` to send your event data to either Slack, Teams, or a 'generic' target eg. SIEM, ServiceNow, etc.
37
- Add tab completion to `New-VcWebhook` properties `EventType` and `EventName` to easily retrieve those values without trolling the event logs
@@ -906,5 +910,6 @@ This is a major release. Although every attempt has been made to be backwards c
906910

907911

908912

913+
909914

910915

VenafiPS/VenafiPS.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Greg Brownstein
55
#
6-
# Generated on: 10/30/2025
6+
# Generated on: 11/13/2025
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = 'VenafiPS.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '6.12.5'
15+
ModuleVersion = '6.12.6'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.12.6
2+
- Fix `Get-VdcEngineFolder` error when no engines defined
3+
- Fix `Import-VdcCertificate` when importing p12 as the workaround to decrypt is no longer needed
4+
15
## 6.12.5
26
- Add `New-VcWebhook -Type` to send your event data to either Slack, Teams, or a 'generic' target eg. SIEM, ServiceNow, etc.
37
- Add tab completion to `New-VcWebhook` properties `EventType` and `EventName` to easily retrieve those values without trolling the event logs
@@ -906,5 +910,6 @@ This is a major release. Although every attempt has been made to be backwards c
906910

907911

908912

913+
909914

910915

0 commit comments

Comments
 (0)