From 0cba2f980df207c98fc09a6fadba66c19c9ba38d Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Mon, 30 Jan 2023 11:24:19 -0800 Subject: [PATCH] Update changelog for 1.41.1 (#21777) * Update changelog for 1.41.1 * Fix typo * Spelling error * Fix issue areas --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1a7e9bd16..cf3d2a1214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## Version 1.41.1 +* Release date: January 30, 2023 +* Release status: General Availability + +### Bug fixes in 1.41.1 + +| New Item | Details | +| --- | --- | +| Connection | Fixed a bug causing incorrect Azure account tenant selection when connecting to server through Azure view | +| Object Explorer | Fixed a regression causing Object Explorer to not show database objects for Azure SQL DB Basic SLO | + ## Version 1.41.0 * Release date: January 25, 2023 * Release status: General Availability @@ -14,7 +25,7 @@ | Connection | Added ability to provide a description when creating a firewall rule from Azure Data Studio. | | Connection | Include ability to change password for new or expired login. | | Connection | Add support for SQL Server Alias use when connecting to a server. | -| MongoDB Atlas Extension | Provides the ability to connect to and query data on MongoDB Atlas (Preview). | +| MongoDB Atlas Extension | Provides the ability to connect to and query data on MongoDB Atlas (Preview). | | Notebooks | Provide option for users to convert markdown to a table or not when HMTL table tag is present. | | Object Explorer | Databases are no longer brought online in serverless Azure SQL when Databases node is expanded. | | Object Explorer | Added support for Ledger views. |