Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlydba committed Dec 16, 2024
1 parent 0ea1c13 commit 3ecdc2d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ lowlydba.sqlserver Release Notes

.. contents:: Topics

v2.5.0
======

Release Summary
---------------

New login_role module for managing server role members!

Minor Changes
-------------

- Add new `login_role` module to add/remove server roles for logins (https://github.com/lowlydba/lowlydba.sqlserver/pull/293).

New Modules
-----------

- login_role - Configures a login's server roles.

v2.4.0
======

Expand Down
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -544,3 +544,15 @@ releases:
name: user_role
namespace: ''
release_date: '2024-12-15'
2.5.0:
changes:
minor_changes:
- Add new `login_role` module to add/remove server roles for logins (https://github.com/lowlydba/lowlydba.sqlserver/pull/293).
release_summary: New login_role module for managing server role members!
fragments:
- 293-login-role-module.yml
modules:
- description: Configures a login's server roles.
name: login_role
namespace: ''
release_date: '2024-12-15'
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.4.0
version: 2.5.0
readme: README.md
authors:
- John McCall (github.com/lowlydba)
Expand Down

0 comments on commit 3ecdc2d

Please sign in to comment.