Skip to content

Commit

Permalink
Update manifest and docs to 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbarron committed Nov 8, 2022
1 parent c64b395 commit d86d4df
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 @@
## 5.2.1
- Fix `Set-TppAttribute` not setting integer values, [#145](https://github.com/Venafi/VenafiPS/issues/145)
- Fix `New-VenafiSession` sending null header for windows integrated authentication, [#162](https://github.com/Venafi/VenafiPS/issues/162)


## 5.2.0
- Add `Find-VaasObject` to search for ActivityLog, Machine, MachineIdentity, CertificateRequest, and CertificateInstance
- Add `-IssueDateBefore` and `IssueDateAfter` to `Find-VenafiCertificate` for TPP
Expand Down Expand Up @@ -474,5 +479,6 @@






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: 10/31/2022
# Generated on: 11/08/2022
#

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

# Version number of this module.
ModuleVersion = '5.2.0'
ModuleVersion = '5.2.1'

# 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 @@
## 5.2.1
- Fix `Set-TppAttribute` not setting integer values, [#145](https://github.com/Venafi/VenafiPS/issues/145)
- Fix `New-VenafiSession` sending null header for windows integrated authentication, [#162](https://github.com/Venafi/VenafiPS/issues/162)


## 5.2.0
- Add `Find-VaasObject` to search for ActivityLog, Machine, MachineIdentity, CertificateRequest, and CertificateInstance
- Add `-IssueDateBefore` and `IssueDateAfter` to `Find-VenafiCertificate` for TPP
Expand Down Expand Up @@ -474,5 +479,6 @@






0 comments on commit d86d4df

Please sign in to comment.