diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6710c262..c10b45d1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ lowlydba.sqlserver Release Notes .. contents:: Topics +v2.2.1 +====== + +Release Summary +--------------- + +Bugfix for database module in the context of availability groups. + +Minor Changes +------------- + +- Fixes error handling for Remove-DbaDatabase when joined to AvailabilityGroup, exception was not being thrown so we have to parse Status + v2.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 93897808..4962be06 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -441,3 +441,13 @@ releases: - 198-add-onlyaccessible-param-to-database.yml - 2-2-0-release-summary.yml release_date: '2023-08-26' + 2.2.1: + changes: + minor_changes: + - Fixes error handling for Remove-DbaDatabase when joined to AvailabilityGroup, + exception was not being thrown so we have to parse Status + release_summary: Bugfix for database module in the context of availability groups. + fragments: + - 2-2-1-release-summary.yml + - 200-remove-dbadatabase-exception-handling.yml + release_date: '2023-08-29' diff --git a/changelogs/fragments/200-remove-dbadatabase-exception-handling.yml b/changelogs/fragments/200-remove-dbadatabase-exception-handling.yml deleted file mode 100644 index c9d40408..00000000 --- a/changelogs/fragments/200-remove-dbadatabase-exception-handling.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - Fixes error handling for Remove-DbaDatabase when joined to AvailabilityGroup, exception was not being thrown so we have to parse Status \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index e6d283db..b66619e2 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: lowlydba name: sqlserver -version: 2.2.0 +version: 2.2.1 readme: README.md authors: - John McCall (github.com/lowlydba)