diff --git a/sql_exporter.spec b/sql_exporter.spec index cba445e..4884841 100644 --- a/sql_exporter.spec +++ b/sql_exporter.spec @@ -3,7 +3,7 @@ %global group prometheus Name: sql_exporter -Version: 0.24.1 +Version: 0.24.4 Release: 1%{?dist} Summary: SQL exporter License: MIT @@ -54,5 +54,8 @@ exit 0 %{_unitdir}/%{name}.service %changelog +* Wed Jun 10 2026 Ivan Garcia - 0.24.4 +- Security: Add a new workflow to enable automated vulnerability checking for Go code using govulnchec +- Security: Add a new workflow to enable automated vulnerability checking for released binaries (linux/amd64) using govulncheck * Wed Jun 10 2026 Ivan Garcia - 0.24.1 - Initial packaging for the 0.24.1 branch