diff --git a/PSWriteWord.psd1 b/PSWriteWord.psd1 index 4d67082..87d5706 100644 --- a/PSWriteWord.psd1 +++ b/PSWriteWord.psd1 @@ -3,7 +3,7 @@ # # Generated by: Przemyslaw Klys # -# Generated on: 05.04.2020 +# Generated on: 06.04.2020 # @{ @@ -12,7 +12,7 @@ RootModule = 'PSWriteWord.psm1' # Version number of this module. - ModuleVersion = '1.1.6' + ModuleVersion = '1.1.7' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/README.md b/README.md index 5a49592..bf89326 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ _PSWriteWord_ is PowerShell module to create Microsoft Word documents without Mi ## Updates +- 1.1.7 - 6.04.2020 + - Fixes for `Add-WordCustomProperty` [#39](https://github.com/EvotecIT/PSWriteWord/issues/39) + - 1.1.6 - 5.04.2020 - Fixed problems with Documentimo Colors - Added `Transpose` to `DocumentimoTable`