From 450a99cffebad4f263a693cf9dcec7905cec5468 Mon Sep 17 00:00:00 2001 From: Jeff Sharp Date: Mon, 10 Jan 2022 13:20:52 -0800 Subject: [PATCH] Prep release notes for 2.0.1 --- CHANGES.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a25db01..d81ccee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,12 @@ This file documents all notable changes. Most lines should begin with one of these words: *Add*, *Fix*, *Update*, *Change*, *Deprecate*, *Remove*. -## [Unreleased](https://github.com/sharpjs/PSConcurrent/compare/v2.0.0..HEAD) + + +## [2.0.1](https://github.com/sharpjs/PSql/compare/release/2.0.0..release/2.0.1) - Fix `GetConnectionString` error with `-AuthenticationMode SqlPassword` and `SqlClientVersion.Legacy`: @@ -18,12 +23,7 @@ Most lines should begin with one of these words: > A credential is required when connecting to Azure SQL Database using > authentication mode 'SqlPassword'. - - -## [2.0.0](https://github.com/sharpjs/PSConcurrent/tree/v2.0.0) +## [2.0.0](https://github.com/sharpjs/PSql/tree/release/2.0.0) The 2.0.0 release is a complete rewrite of PSql. - Change module type to binary. - Change target to PowerShell 7.0+ / .NET Core 3.1.