diff --git a/static/release-notes/v0.11.x.md b/static/release-notes/v0.11.x.md index 799ad4e5c..38652c312 100644 --- a/static/release-notes/v0.11.x.md +++ b/static/release-notes/v0.11.x.md @@ -4,6 +4,19 @@ If you like the project, consider a donation. It helps to keep the project under development. +## v0.11.5 + +#### New Features + +- MSSQL with encryption. Issues #50 and #65 +- Support for JSON fields. Issue #62 + +#### Improvements & Fixes + +- ctrl+e + ctrl+b or (CMD+e + CMD+b on macOS) now formats SQL on any file. +- Using completions from language server +- MSSQL Using tedious (faster than node-mssql) + ## v0.11.4 #### New Features