diff --git a/CHANGELOG.md b/CHANGELOG.md index 72cf1761..a19a6a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to the **kdb VS Code extension** are documented in this file. +# v1.5.1 + +### Fixes + +- Documentation fixes. + # v1.5.0 This release requires VS Code version 1.86.0 or higher. diff --git a/package.json b/package.json index eadb4f7c..11ff6281 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "kdb", "description": "IDE support for kdb product suite", "publisher": "KX", - "version": "1.5.0", + "version": "1.5.1", "engines": { "vscode": "^1.86.0" },