From cf8a68d9332534a1106f732b557e5418d30bac40 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Wed, 15 Oct 2025 21:31:27 +0100 Subject: [PATCH] chore(main): release 1.1.17 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ metadata.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 79237d5..22d6bba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.16" + ".": "1.1.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 27f224b..d65cc00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This file is used to list changes made in each version of the GitHub cookbook. +## [1.1.17](https://github.com/sous-chefs/github/compare/1.1.16...v1.1.17) (2025-10-15) + + +### Bug Fixes + +* **ci:** Update workflows to use release pipeline ([#53](https://github.com/sous-chefs/github/issues/53)) ([34368fb](https://github.com/sous-chefs/github/commit/34368fb9112e40e1f17cdcd1e82eaa99f1997b8d)) + ## 1.1.5 - *2023-06-08* Standardise files with files in sous-chefs/repo-management diff --git a/metadata.rb b/metadata.rb index 4bcca51..313a818 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'help@sous-chefs.org' license 'Apache-2.0' description 'A Library Cookbook for interacting with the Github API' -version '1.1.16' +version '1.1.17' source_url 'https://github.com/sous-chefs/github' issues_url 'https://github.com/sous-chefs/github/issues' chef_version '>= 15.3'