diff --git a/APRSMessenger.psd1 b/APRSMessenger.psd1 index 67973f0..57a53bc 100644 --- a/APRSMessenger.psd1 +++ b/APRSMessenger.psd1 @@ -19,7 +19,7 @@ RootModule = 'src/APRSMessenger.psm1' # Version number of this module. -ModuleVersion = '1.0.2' +ModuleVersion = '1.0.3' # Supported PSEditions CompatiblePSEditions = @('Core','Desktop') @@ -146,7 +146,7 @@ PrivateData = @{ - Created release generation script. This is intended to be run by me, when signing a version for the PowerShell Gallery, and is only saved in the Git tree so I don't lose it." # Prerelease string of this module - # Prerelease = '' + Prerelease = 'git' # Flag to indicate whether the module requires explicit user acceptance for install/update/save RequireLicenseAcceptance = $false diff --git a/ChangeLog.md b/ChangeLog.md index 2f4d79d..629967f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,8 @@ # Change Log for APRSMessenger +## Next version + - Pester now tests the module itself. + ## Version 1.0.2 (March 21, 2023) - Fixed a bug where all packets would be sent to APRS-IS. The parameter set name was not honored when control passed into `Send-APRSThing`. - Fixed a bug where message acknowledgements would not be included.