diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 848c7d584..43397aa7f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.1.18" + ".": "5.1.19" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 36c7eeaee..1c2b911c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ Standardise files with files in sous-chefs/repo-management Standardise files with files in sous-chefs/repo-management +## [5.1.19](https://github.com/sous-chefs/elasticsearch/compare/5.1.18...v5.1.19) (2025-10-15) + + +### Bug Fixes + +* **ci:** Update workflows to use release pipeline ([#822](https://github.com/sous-chefs/elasticsearch/issues/822)) ([ac9b48a](https://github.com/sous-chefs/elasticsearch/commit/ac9b48a46dc185cae39e044a18e128ee54e18f4d)) + ## 5.1.17 - *2024-11-18* Standardise files with files in sous-chefs/repo-management diff --git a/metadata.rb b/metadata.rb index d336a8162..8f42d948f 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'help@sous-chefs.org' license 'Apache-2.0' description 'Installs and configures Elasticsearch' -version '5.1.18' +version '5.1.19' issues_url 'https://github.com/sous-chefs/elasticsearch/issues' source_url 'https://github.com/sous-chefs/elasticsearch' chef_version '>= 16.0'