diff --git a/changelog.md b/changelog.md index 82ba14ed10..0829f749db 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +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.781] - 2019-03-06 +### Fixed +* `Get-DbaAgentJobHistory` adds an hour to the `enddate` and duration [#4345](https://github.com/sqlcollaborative/dbatools/issues/4345) +* `Find-DbaLoginInGroup` returns incorrect domain [#3608](https://github.com/sqlcollaborative/dbatools/issues/3608) +* `Get-DbaLogin -WindowsLogins` doesn't include groups [#5165](https://github.com/sqlcollaborative/dbatools/issues/5165) +### Added +* More Azure support + ## [0.9.780] - 2019-03-06 ### Fixed * `Install-DbaMaintenanceSolution` does not run CommandExecute if the Solution is not "All"