diff --git a/CHANGELOG.md b/CHANGELOG.md index f9e658ed..7cbebd72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 0.21.1 + +- Fix: Unable to load remote schema with http protocol [#550](https://github.com/redhat-developer/vscode-yaml/issues/550) +- Log more errors in to telemetry [#508](https://github.com/redhat-developer/yaml-language-server/pull/508) + ### 0.21.0 - Upgrade jsonc-parser to latest version [#492](https://github.com/redhat-developer/yaml-language-server/pull/492) diff --git a/package.json b/package.json index 6f2c68de..9eb0ab50 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ } ], "license": "MIT", - "version": "0.22.0", + "version": "0.21.1", "publisher": "redhat", "preview": true, "bugs": "https://github.com/redhat-developer/vscode-yaml/issues",