From 5c44901bcb5b39212b769fbbc9aecf873df8663c Mon Sep 17 00:00:00 2001 From: Andy Levy Date: Mon, 18 Feb 2019 09:44:25 -0500 Subject: [PATCH 1/3] Catch up to 0.9.755 --- changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/changelog.md b/changelog.md index 4ef593cd1922..7ee97cffaf3f 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.755] - 2019-02-09 +### Fixed +* Handling of multiple databases in `Invoke-DbaDbUpgrade` [#5047](https://github.com/sqlcollaborative/dbatools/issues/5047) +* `Restore-DbaBackup` quits prematurely when target database exists [#4949](https://github.com/sqlcollaborative/dbatools/issues/4949) +### Added +* Support for `markdownlint` VS Code extension + +## [0.9.754] - 2019-02-07 +### Fixed +* EOL date for SQL Server 2014 SP2 + ## [0.9.753] - 2019-02-06 ### Fixed * Authentication issue in New-DbaAgentJobCategory [#5034](https://github.com/sqlcollaborative/dbatools/issues/5034) From 9b0ec441623b357b03dcd9fc0c29ae3f4bf07a9b Mon Sep 17 00:00:00 2001 From: Andy Levy Date: Mon, 18 Feb 2019 09:52:58 -0500 Subject: [PATCH 2/3] 757 --- changelog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 7ee97cffaf3f..1f9950343aab 100644 --- a/changelog.md +++ b/changelog.md @@ -5,9 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.9.755] - 2019-02-09 +## [0.9.757] - 2019-02-09 ### Fixed * Handling of multiple databases in `Invoke-DbaDbUpgrade` [#5047](https://github.com/sqlcollaborative/dbatools/issues/5047) +* Visual Studio solution file reference error on import [#5056](https://github.com/sqlcollaborative/dbatools/issues/5056) +* `Copy-DbaLinkedServer` doesn't copy network name [#4087](https://github.com/sqlcollaborative/dbatools/issues/4087) + +## [0.9.755] - 2019-02-09 +### Fixed * `Restore-DbaBackup` quits prematurely when target database exists [#4949](https://github.com/sqlcollaborative/dbatools/issues/4949) ### Added * Support for `markdownlint` VS Code extension From de81fd82273ce27b58cc179bd3e6f95b7c7e5a07 Mon Sep 17 00:00:00 2001 From: Andy Levy Date: Mon, 18 Feb 2019 09:57:04 -0500 Subject: [PATCH 3/3] Caught up to 0.9.770 --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index 1f9950343aab..5d2d653983a8 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.770] - 2019-02-16 +### Fixed +* `Get-DbaAgentSchedule` returns `NULL` description [#5090](https://github.com/sqlcollaborative/dbatools/issues/5090) +### Added +* Multithreading for `Update-DbaInstance` + ## [0.9.757] - 2019-02-09 ### Fixed * Handling of multiple databases in `Invoke-DbaDbUpgrade` [#5047](https://github.com/sqlcollaborative/dbatools/issues/5047)