Skip to content

Commit

Permalink
Update manifest and docs to 4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbarron committed Mar 2, 2022
1 parent fe4fb37 commit bac06ed
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.1.6
- Fix `VenafiSession` reporting incorrect session platform on PS v5
- Fix `Export-VenafiCertificate` for VaaS failing with ConvertTo-Json error


## 4.1.5
- Add support for double slash paths used by the adaptable framework, [#75](https://github.com/Venafi/VenafiPS/issues/75)
- Add `AsValue` parameter to `Get-TppAttribute` making it easy to retrieve just the value when 1 attribute is requested
Expand Down Expand Up @@ -310,3 +315,4 @@




4 changes: 2 additions & 2 deletions VenafiPS/VenafiPS.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Venafi
#
# Generated on: 02/25/2022
# Generated on: 03/02/2022
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'VenafiPS.psm1'

# Version number of this module.
ModuleVersion = '4.1.5'
ModuleVersion = '4.1.6'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.1.6
- Fix `VenafiSession` reporting incorrect session platform on PS v5
- Fix `Export-VenafiCertificate` for VaaS failing with ConvertTo-Json error


## 4.1.5
- Add support for double slash paths used by the adaptable framework, [#75](https://github.com/Venafi/VenafiPS/issues/75)
- Add `AsValue` parameter to `Get-TppAttribute` making it easy to retrieve just the value when 1 attribute is requested
Expand Down Expand Up @@ -310,3 +315,4 @@




0 comments on commit bac06ed

Please sign in to comment.