From d86d4df80191d4cc27f94bd7343e44e2549fdb5c Mon Sep 17 00:00:00 2001 From: Greg Brownstein Date: Tue, 8 Nov 2022 15:39:45 +0000 Subject: [PATCH] Update manifest and docs to 5.2.1 --- CHANGELOG.md | 6 ++++++ VenafiPS/VenafiPS.psd1 | 4 ++-- docs/changelog.md | 6 ++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27414ba1..d1e64807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -474,5 +479,6 @@ + diff --git a/VenafiPS/VenafiPS.psd1 b/VenafiPS/VenafiPS.psd1 index b435a446..675f39e1 100644 --- a/VenafiPS/VenafiPS.psd1 +++ b/VenafiPS/VenafiPS.psd1 @@ -3,7 +3,7 @@ # # Generated by: Venafi # -# Generated on: 10/31/2022 +# Generated on: 11/08/2022 # @{ @@ -12,7 +12,7 @@ RootModule = 'VenafiPS.psm1' # Version number of this module. -ModuleVersion = '5.2.0' +ModuleVersion = '5.2.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/docs/changelog.md b/docs/changelog.md index 99f1126b..57005f13 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 @@ -474,5 +479,6 @@ +