diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d13ddb3..5fd26cf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.1.23" + ".": "8.1.24" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e0795..92ea56d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ This file is used to list changes made in each version of the users cookbook. Standardise files with files in sous-chefs/repo-management Standardise files with files in sous-chefs/repo-management +## [8.1.24](https://github.com/sous-chefs/users/compare/8.1.23...v8.1.24) (2025-10-16) + + +### Bug Fixes + +* **ci:** Update workflows to use release pipeline ([#508](https://github.com/sous-chefs/users/issues/508)) ([8ba2b1c](https://github.com/sous-chefs/users/commit/8ba2b1c25f654b42448abddc3779067d0a09edc1)) + ## 8.1.22 - *2025-06-08* Standardise files with files in sous-chefs/repo-management diff --git a/metadata.rb b/metadata.rb index 8a642a8..7ddeb11 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'help@sous-chefs.org' license 'Apache-2.0' description 'Creates users from a databag search' -version '8.1.23' +version '8.1.24' source_url 'https://github.com/sous-chefs/users' issues_url 'https://github.com/sous-chefs/users/issues' chef_version '>= 15.3'