From 378f442d82edf2706d717f9901953c1f061f6fb6 Mon Sep 17 00:00:00 2001 From: erpett <97994807+erpett@users.noreply.github.com> Date: Mon, 18 Apr 2022 16:30:54 -0700 Subject: [PATCH] Updating Changelog for 1.14 (#17313) (#17314) --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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