diff --git a/CHANGELOG.md b/CHANGELOG.md index e536a3b954..2f316b4795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## Version 1.14.0 +* Release date: April 20, 2022 +* Release status: GA + +### What's new in 1.14.0 +* All SQL bindings functionality released in 1.13 moved to SQL bindings extension in extension pack +* Fixed connection string generated for SQL bindings on connection to `` database. https://github.com/microsoft/vscode-mssql/issues/17267 +* Fixed error with heirarchyID data type in results pane. https://github.com/microsoft/sqltoolsservice/pull/1450 + ## Version 1.13.0 * Release date: February 24, 2022 * Release status: GA diff --git a/README.md b/README.md index 1f372c2527..90d254cc7b 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ See [customize options] and [manage connection profiles] for more details. ``` ## Change Log -The current version is ```1.8.0```. See the [change log] for a detailed list of changes in each version. +The current version is ```1.14.0```. See the [change log] for a detailed list of changes in each version. ## Supported Operating Systems