diff --git a/CHANGELOG.md b/CHANGELOG.md index 8046b70..f08b986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog -See [releases](https://github.com/PRQL/prql-vscode/releases) for a brief summary of added extension features, extension source code zip archive, and `prql-vscode-x.x.x.vsix` extension package download. +Small changes and releases to include recent PRQL versions are not recorded +here. Instead see [releases](https://github.com/PRQL/prql-vscode/releases) for a +brief summary of added extension features, extension source code zip archive, +and `prql-vscode-x.x.x.vsix` extension package download. ## 0.9.0 diff --git a/package.json b/package.json index 71d3791..772631e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/prql/prql-vscode.git" }, "publisher": "prql-lang", - "version": "0.11.1", + "version": "0.11.3", "icon": "resources/prql-logo.png", "engines": { "vscode": "^1.65.0"