diff --git a/README.org b/README.org index 95f9da7..71e65f2 100644 --- a/README.org +++ b/README.org @@ -118,6 +118,8 @@ $Global:GetChildItemColorVerticalSpace = 1 * Authors - [[http://github.com/joonro][Joon Ro]]. * Changelog +** v2.4.0 +- Add ~HideHeader~ switch to ~Get-ChildItemColorFormatWide~ ([[https://github.com/joonro/Get-ChildItemColor/issues/29][#29]]) ** v2.3.0 - Better handling of header printout ([[https://github.com/joonro/Get-ChildItemColor/issues/41][#41]]) ** v2.2.2 diff --git a/src/Get-ChildItemColor.psd1 b/src/Get-ChildItemColor.psd1 index 804891c..9e09cba 100644 --- a/src/Get-ChildItemColor.psd1 +++ b/src/Get-ChildItemColor.psd1 @@ -10,7 +10,7 @@ RootModule = 'Get-ChildItemColor.psm1' # Version number of this module. -ModuleVersion = '2.2.3' +ModuleVersion = '2.4.0' # Supported PSEditions # CompatiblePSEditions = @()