diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b19e4be..d729b8e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "12.1.10" + ".": "12.1.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 05357e5..a1f96ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Standardise files with files in sous-chefs/repo-management Standardise files with files in sous-chefs/repo-management +## [12.1.11](https://github.com/sous-chefs/git/compare/v12.1.10...v12.1.11) (2025-10-16) + + +### Bug Fixes + +* **ci:** Update workflows to use release pipeline ([#203](https://github.com/sous-chefs/git/issues/203)) ([0a45d03](https://github.com/sous-chefs/git/commit/0a45d0377261cca27f68325271cd12a1755287b4)) + ## [12.1.10](https://github.com/sous-chefs/git/compare/12.1.9...v12.1.10) (2025-10-15) diff --git a/metadata.rb b/metadata.rb index d2303f6..64a0479 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'help@sous-chefs.org' license 'Apache-2.0' description 'Installs git and/or sets up a Git server daemon' -version '12.1.10' +version '12.1.11' source_url 'https://github.com/sous-chefs/git' issues_url 'https://github.com/sous-chefs/git/issues' chef_version '>= 15.3'