Skip to content

Commit

Permalink
chore: bump to v2.2.1 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlydba authored Aug 29, 2023
1 parent 247936b commit 78e2094
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 78e2094

Please sign in to comment.