diff --git a/ansible-collection-microsoft-sql.spec b/ansible-collection-microsoft-sql.spec index 3149de1..cb90cc7 100644 --- a/ansible-collection-microsoft-sql.spec +++ b/ansible-collection-microsoft-sql.spec @@ -14,8 +14,8 @@ BuildRequires: ansible-core >= 2.11.0 Name: ansible-collection-microsoft-sql Url: https://github.com/linux-system-roles/mssql Summary: The Ansible collection for Microsoft SQL Server management -Version: 2.2.1 -Release: 3%{?dist} +Version: 2.2.2 +Release: 1%{?dist} License: MIT @@ -312,6 +312,10 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \ %endif %changelog +* Tue Feb 6 2024 Sergei Petrosian - 2.2.2-1 +- Update role to version 2.2.2 to fix HA + Resolves: RHEL-19201 + * Fri Feb 2 2024 Sergei Petrosian - 2.2.1-3 - CHANGELOG.md was missing in some places - In legacy role, sed repalced unexpected strings at some places