From 0d9faf805792fc988bfd59cac9e5bba7992b989d Mon Sep 17 00:00:00 2001 From: Niall Farrell Date: Wed, 29 May 2024 19:17:41 +0100 Subject: [PATCH] Update version --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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" },