From e07ce7d0c7eb2be564f0d8b58024bddd01501642 Mon Sep 17 00:00:00 2001 From: Greg Brownstein Date: Mon, 14 Jun 2021 16:10:27 +0000 Subject: [PATCH] Update manifest and docs to 3.0.3 ***NO_CI*** --- VenafiPS/VenafiPS.psd1 | 4 ++-- docs/changelog.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/VenafiPS/VenafiPS.psd1 b/VenafiPS/VenafiPS.psd1 index 91812e5f..ada6e499 100644 --- a/VenafiPS/VenafiPS.psd1 +++ b/VenafiPS/VenafiPS.psd1 @@ -3,7 +3,7 @@ # # Generated by: Greg Brownstein # -# Generated on: 5/12/2021 +# Generated on: 6/14/2021 # @{ @@ -12,7 +12,7 @@ RootModule = 'VenafiPS.psm1' # Version number of this module. -ModuleVersion = '3.0.2' +ModuleVersion = '3.0.3' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/docs/changelog.md b/docs/changelog.md index 80fd2959..bb788d49 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,6 @@ +## 3.0.3 +- Fix [#10](https://github.com/gdbarron/VenafiPS/issues/10), Get-VenafiCertificate not recognizing session. + ## 3.0.2 - Add `Test-ModuleHash` to validate the script files in the module. The release pipeline has been updated to create a GitHub release with a file which stores the file hashes with SHA256. This function will validate the current module against these hashes and provide true/false for success or failure.