diff --git a/changelog.md b/changelog.md index 5d2d653983a8..f384b4a9874f 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.771] - 2019-02-19 +### Fixed +* Azure SQL DB support for creating SQL Logins in `New-DbaLogin` [#5100](https://github.com/sqlcollaborative/dbatools/issues/5100) +### Added +* `New-DbaDbMailProfile` function to create new profile for database mail + ## [0.9.770] - 2019-02-16 ### Fixed * `Get-DbaAgentSchedule` returns `NULL` description [#5090](https://github.com/sqlcollaborative/dbatools/issues/5090)