diff --git a/changelog.md b/changelog.md index 4ef593cd1922..5d2d653983a8 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,28 @@ 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) +* 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 + +## [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)