diff --git a/Change_Log.md b/Change_Log.md index c9e50657..b31da31b 100644 --- a/Change_Log.md +++ b/Change_Log.md @@ -2,7 +2,15 @@ The latest version of the help documentation is directly available [Here](https://pshtml.readthedocs.io/en/latest/) -## v0.8.0 (in progress) +## v0.8.1 +Added the following functions: +-> Write-PSHTMLMenu +-> Added Enum PSHTMLCOLOR +-> Renamed [COLOR] to [COLORFACTORY] +-> Plenty of Minor fixes +-> Increased code coverage to 75% + +## v0.8.0 ### General - Added support for MacOS (yay!) diff --git a/PSHTML/PSHTML.psd1 b/PSHTML/PSHTML.psd1 index 22a57642..dc2c993e 100644 --- a/PSHTML/PSHTML.psd1 +++ b/PSHTML/PSHTML.psd1 @@ -128,7 +128,7 @@ PrivateData = @{ ReleaseNotes = 'https://github.com/Stephanevg/PSHTML/blob/master/Change_Log.md' # Prerelease string of this module - Prerelease = 'alpha' + #Prerelease = '' # Flag to indicate whether the module requires explicit user acceptance for install/update/save # RequireLicenseAcceptance = $false