diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d09a3f..b19e4be 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "12.1.9" + ".": "12.1.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aeb2a08..05357e5 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.10](https://github.com/sous-chefs/git/compare/12.1.9...v12.1.10) (2025-10-15) + + +### 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.8 - *2025-06-08* Standardise files with files in sous-chefs/repo-management diff --git a/metadata.rb b/metadata.rb index 8cbd446..d2303f6 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.9' +version '12.1.10' source_url 'https://github.com/sous-chefs/git' issues_url 'https://github.com/sous-chefs/git/issues' chef_version '>= 15.3'