diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ed71f7..bf1a075 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.11" + ".": "0.2.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ac4940..bef0a9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## Unreleased +## [0.2.12](https://github.com/sous-chefs/appveyor-ci/compare/v0.2.11...v0.2.12) (2026-03-22) + + +### Bug Fixes + +* **ci:** Update release workflow ([#71](https://github.com/sous-chefs/appveyor-ci/issues/71)) ([660220a](https://github.com/sous-chefs/appveyor-ci/commit/660220afd12867b079ac635db7b770888af3d0e9)) + ## [0.2.11](https://github.com/sous-chefs/appveyor-ci/compare/0.2.10...v0.2.11) (2025-10-14) ### Bug Fixes diff --git a/metadata.rb b/metadata.rb index 249fd3b..efc39a6 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,7 +5,7 @@ description 'Installs AppVeyor Agent & Triggers Deployment' issues_url 'https://github.com/sous-chefs/appveyor-ci/issues' source_url 'https://github.com/sous-chefs/appveyor-ci' -version '0.2.11' +version '0.2.12' chef_version '>= 15.3' supports 'windows'