diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index 7af354e..7e0c867 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -4,7 +4,7 @@ RootModule = 'ImportExcel.psm1' # Version number of this module. - ModuleVersion = '6.2.1' + ModuleVersion = '6.2.2' # ID used to uniquely identify this module GUID = '60dd4136-feff-401a-ba27-a84458c57ede' diff --git a/README.md b/README.md index b4ee929..b634455 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ Install-Module ImportExcel ![](/images/ChartTrendlines.png) +# What's new 6.2.2 + +- Fixed Import-Excel and relative path issue, added unit tests. + # What's new 6.2.0 Thank you to [James O'Neill](https://github.com/jhoneill)