diff --git a/CHANGELOG.md b/CHANGELOG.md index c528425..7e5da45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -195,11 +195,15 @@ All notable changes to the "hl7tools" extension will be documented in this file. * rolled back, not released. ## 2.0.6 (12/11/2023) -merged pull request from Dmitry Maslennikov (https://github.com/daimor). +Merged pull request from Dmitry Maslennikov (https://github.com/daimor). * Easy send message, added CodeLense, to fast open send message view * Checks for updates in VSCode settings, no need to reload VSCode * SendMessage View updates: * Start/Stop Listener right from the view * when loses focus and returns back keeps form filled * will update the list of favorites if it was updated in settings - * autofill the first favorite server \ No newline at end of file + * autofill the first favorite server + +## 2.0.7 (07/08/2024) +Merged pull request from https://github.com/Tim-Hennig to fix issues with additional components in v2.2 'CN' data type. +Fixes typos in descriptions of v2.2, v2.3 data types. \ No newline at end of file diff --git a/package.json b/package.json index 8ff6e34..d4bf11d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "hl7tools", "displayName": "HL7Tools", "description": "HL7 tools for Visual Studio Code", - "version": "2.0.6", + "version": "2.0.7", "icon": "images/hl7tools-icon.png", "publisher": "RobHolme", "license": "MIT",