Skip to content

Commit 5328bab

Browse files
committed
Update manifest and docs to 6.12.8
1 parent 46669bf commit 5328bab

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 6.12.8
2+
- Fix ProgressAction error with `Invoke-VcGraphQL` on PowerShell v5
3+
14
## 6.12.7
25
- Add `Export-VcCertificate -PKCS12 -UseLegacy` to export with the legacy encryption algorithm
36

@@ -915,5 +918,6 @@ This is a major release. Although every attempt has been made to be backwards c
915918

916919

917920

921+
918922

919923

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: 01/09/2026
6+
# Generated on: 01/16/2026
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '6.12.7'
15+
ModuleVersion = '6.12.8'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 6.12.8
2+
- Fix ProgressAction error with `Invoke-VcGraphQL` on PowerShell v5
3+
14
## 6.12.7
25
- Add `Export-VcCertificate -PKCS12 -UseLegacy` to export with the legacy encryption algorithm
36

@@ -915,5 +918,6 @@ This is a major release. Although every attempt has been made to be backwards c
915918

916919

917920

921+
918922

919923

docs/functions/Find-VcCertificate.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,8 @@ Accept wildcard characters: False
272272
```
273273
274274
### -Application
275-
Application ID or name that this certificate is associated with
275+
Application ID or name that this certificate is associated with.
276+
Use Tab Completion to see available applications.
276277
277278
```yaml
278279
Type: String[]

0 commit comments

Comments
 (0)