From bfe44c1621db394d1c14d01c804c96ee379a5926 Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Thu, 18 Oct 2018 07:35:44 -0700 Subject: [PATCH] Update README for October release (#2950) --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 18 +++++++++++------- 2 files changed, 27 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76c2b13e94..9e1bd558d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## Version 1.1.3 +* Release date: October 18, 2018 +* Release status: General Availability + +## What's new in this version +* Introducing the Azure Resource Explorer to browse Azure SQL Databases +* Improve Object Explorer and Query Editor connectivity robustness +* SQL Server 2019 and SQL Agent extension improvements + +## Contributions and "thank you" +We would like to thank all our users who raised issues, and in particular the following users who helped contribute fixes: + +* philoushka for `center the icon #2760` +* anthonypants for `Typo #2775` +* kstolte for `Fix Invalid Configuration in Launch.json #2789` +* kstolte for `Fixing a reference to SQL Ops Studio #2788` ## Version 1.0.0 * Release date: September 24, 2018 diff --git a/README.md b/README.md index 3f85be0f82..7658fc4c08 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,16 @@ Azure Data Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux. -**Download Azure Data Studio August Public Preview** +**Download the latest Azure Data Studio release** Platform | Link -- | -- -Windows Setup Installer | https://go.microsoft.com/fwlink/?linkid=2024683 -Windows ZIP | https://go.microsoft.com/fwlink/?linkid=2024680 -macOS ZIP | https://go.microsoft.com/fwlink/?linkid=2024677 -Linux TAR.GZ | https://go.microsoft.com/fwlink/?linkid=2024675 -Linux RPM | https://go.microsoft.com/fwlink/?linkid=2024672 -Linux DEB | https://go.microsoft.com/fwlink/?linkid=2024668 +Windows Setup Installer | https://go.microsoft.com/fwlink/?linkid=2030731 +Windows ZIP | https://go.microsoft.com/fwlink/?linkid=2030736 +macOS ZIP | https://go.microsoft.com/fwlink/?linkid=2030738 +Linux TAR.GZ | https://go.microsoft.com/fwlink/?linkid=2030741 +Linux RPM | https://go.microsoft.com/fwlink/?linkid=2030746 +Linux DEB | https://go.microsoft.com/fwlink/?linkid=2030750 Go to our [download page](https://aka.ms/azuredatastudio) for more specific instructions. @@ -61,6 +61,10 @@ The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.micro ## Contributions and "Thank You" We would like to thank all our users who raised issues, and in particular the following users who helped contribute fixes: +* philoushka for `center the icon #2760` +* anthonypants for `Typo #2775` +* kstolte for `Fix Invalid Configuration in Launch.json #2789` +* kstolte for `Fixing a reference to SQL Ops Studio #2788` * AlexFsmn `Feature: Ability to add connection name #2332` * AlexFsmn `Disabled connection name input when connecting to a server. #2566` * SebastianPfliegel `Added more saveAsCsv options #2099`