diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 74ed2e7..4544f12 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.5" + ".": "8.0.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eb7fcb3..9e12651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ This file is used to list changes made in each version of the sql_server cookboo Standardise files with files in sous-chefs/repo-management Standardise files with files in sous-chefs/repo-management +## [8.0.6](https://github.com/sous-chefs/sql_server/compare/8.0.5...v8.0.6) (2025-10-16) + + +### Bug Fixes + +* **ci:** Update workflows to use release pipeline ([#222](https://github.com/sous-chefs/sql_server/issues/222)) ([a02c712](https://github.com/sous-chefs/sql_server/commit/a02c71263114a6f36dc34f32ef8a0dcd083e0033)) + ## 8.0.4 - *2024-11-18* Standardise files with files in sous-chefs/repo-management diff --git a/metadata.rb b/metadata.rb index cd80542..d21e639 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'help@sous-chefs.org' license 'Apache-2.0' description 'Installs/Configures Microsoft SQL Server' -version '8.0.5' +version '8.0.6' source_url 'https://github.com/sous-chefs/sql_server' issues_url 'https://github.com/sous-chefs/sql_server/issues' chef_version '>= 15.3'