diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index ac4fc38..1cc336b 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -6,7 +6,7 @@ RootModule = 'ImportExcel.psm1' # Version number of this module. - ModuleVersion = '7.8.2' + ModuleVersion = '7.8.3' # ID used to uniquely identify this module GUID = '60dd4136-feff-401a-ba27-a84458c57ede' diff --git a/changelog.md b/changelog.md index 3d3cd23..d050b7e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 7.8.3 + +- Extended Export-Excel with parameter TotalSettings. [Thomas Hofkens](https://github.com/thkn-hofa/ImportExcel) + # 7.8.2 - Fix docs [#1254](https://github.com/dfinke/ImportExcel/pull/1251)`Add-Worksheet` warning. Thank you [Wilson Stewart](https://github.com/WilsonStewart)