diff --git a/.release-please-manifest.json b/.release-please-manifest.json index faf409d..fa97484 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.15" + ".": "0.2.16" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 092787d..9a531f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.16](https://github.com/sous-chefs/control_groups/compare/v0.2.15...v0.2.16) (2026-01-06) + + +### Bug Fixes + +* **ci:** Update workflows to use release pipeline ([#78](https://github.com/sous-chefs/control_groups/issues/78)) ([063087d](https://github.com/sous-chefs/control_groups/commit/063087dc2f1ca05a13ad5d7f71580314ee68418c)) + ## [0.2.15](https://github.com/sous-chefs/control_groups/compare/0.2.14...v0.2.15) (2025-10-15) diff --git a/metadata.rb b/metadata.rb index f6df325..f835ab9 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'help@sous-chefs.org' license 'Apache-2.0' description 'Provides and configures cgroups' -version '0.2.15' +version '0.2.16' source_url 'https://github.com/sous-chefs/control_groups' issues_url 'https://github.com/sous-chefs/control_groups/issues' chef_version '>= 13'