diff --git a/VenafiPS/VenafiPS.psd1 b/VenafiPS/VenafiPS.psd1 index 099a78c1..5d9fe72c 100644 --- a/VenafiPS/VenafiPS.psd1 +++ b/VenafiPS/VenafiPS.psd1 @@ -3,7 +3,7 @@ # # Generated by: Greg Brownstein # -# Generated on: 12/6/2021 +# Generated on: 12/14/2021 # @{ @@ -12,7 +12,7 @@ RootModule = 'VenafiPS.psm1' # Version number of this module. -ModuleVersion = '3.5.0' +ModuleVersion = '3.5.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/docs/changelog.md b/docs/changelog.md index 8e90415d..3cbb95e5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,7 @@ +## 3.5.1 +- Older versions of TPP failing to update attributes, [#50](https://github.com/gdbarron/VenafiPS/issues/50) +- Fix pipeline for `-Path` parameter with `Set-TppAttribute` + ## 3.5.0 - BREAKING CHANGE: change parameter `-NewName` to `-NewPath` in `Rename-TppObject` to allow moving an object in addition to renaming - Add `Convert-TppObject` to change the class/type of an existing object diff --git a/docs/functions/Set-TppAttribute.md b/docs/functions/Set-TppAttribute.md index 6cd1404d..c623e767 100644 --- a/docs/functions/Set-TppAttribute.md +++ b/docs/functions/Set-TppAttribute.md @@ -5,7 +5,7 @@ Sets a value on an objects attribute or policies (policy attributes) ## SYNTAX -### Object +### Object (Default) ``` Set-TppAttribute -Path -Attribute [-BypassValidation] [-VenafiSession ] [-WhatIf] [-Confirm] []