diff --git a/ChangeLog.txt b/ChangeLog.txt index cce0e0f..185125d 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -6,4 +6,5 @@ v1.7.8 (17/07/2022) - Added -SkipCertificateCheck to ignore TLS certificate erro v1.7.10 (28/08/2022) - Updated build to use .net framework 4.8 v1.7.11 (03/09/2022) - Select-HL7Item now returns an empty value for items not found in the message. This predominately applies to repeating items, such as repeating segments. Now the number of values returned should equal the number of segments present in the message. Previously non existant items were omitted from the array of results returned. -v1.7.12 (12/03/2023) - Update build to target .Net 6.0 instead of .Net Standard 2.0. No functional changes. \ No newline at end of file +v1.7.12 (12/03/2023) - Update build to target .Net 6.0 instead of .Net Standard 2.0. No functional changes. +v1.7.13 (22/03/2023) - Added option to gracefully exit Receive-HL7Message \ No newline at end of file diff --git a/hl7tools.csproj b/hl7tools.csproj index af328fe..0ded91c 100644 --- a/hl7tools.csproj +++ b/hl7tools.csproj @@ -7,8 +7,8 @@ Rob Holme HL7Tools PowerShell Module Powershell module for working with HL7 2.x files - 1.7.12 - 1.7.12.0 + 1.7.13 + 1.7.13.0 https://github.com/RobHolme/HL7-Powershell-Module diff --git a/module/hl7tools/hl7tools.psd1 b/module/hl7tools/hl7tools.psd1 index 4d1e44b..58d5ad9 100644 Binary files a/module/hl7tools/hl7tools.psd1 and b/module/hl7tools/hl7tools.psd1 differ