diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c9ef710..0139033 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.11" + ".": "0.15.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 866f225..02aae83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [0.15.12](https://github.com/sous-chefs/zabbix-agent/compare/0.15.11...v0.15.12) (2025-10-16) + + +### Bug Fixes + +* **ci:** Update workflows to use release pipeline ([#87](https://github.com/sous-chefs/zabbix-agent/issues/87)) ([efec3c6](https://github.com/sous-chefs/zabbix-agent/commit/efec3c6faf88bbbf250f53a7963a48072b6bc314)) + ## 0.15.7 - *2023-10-26* * Fix notification triggers diff --git a/metadata.rb b/metadata.rb index efc7d10..c61de88 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,7 +5,7 @@ description 'Installs/Configures Zabbix Agent' source_url 'https://github.com/sous-chefs/zabbix-agent' issues_url 'https://github.com/sous-chefs/zabbix-agent/issues' -version '0.15.11' +version '0.15.12' chef_version '>= 14' %w(ubuntu redhat centos debian windows).each do |os|