From 01675921656bb50331c570d3f1a90ef10e715123 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 20 Nov 2025 12:12:40 +0000 Subject: [PATCH] chore(main): release bind 3.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9dc6cef..3cf104e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.4.0" + ".": "3.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cfe3402..5c5bae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ This file is used to list changes made in each version of the bind cookbook. +## [3.5.0](https://github.com/sous-chefs/bind/compare/bind-v3.4.0...bind-v3.5.0) (2025-11-20) + + +### Features + +* **ci:** migrate to reusable workflows v4.1.0 ([#96](https://github.com/sous-chefs/bind/issues/96)) ([6263bdf](https://github.com/sous-chefs/bind/commit/6263bdf0e89d3079ab6361546dc74b202c59a4d1)) + + +### Bug Fixes + +* **ci:** Update workflows to use release pipeline ([#97](https://github.com/sous-chefs/bind/issues/97)) ([ad3f764](https://github.com/sous-chefs/bind/commit/ad3f764ae89301f99fac94e51ed5fc26451c1881)) + ## [3.4.0](https://github.com/sous-chefs/bind/compare/bind-v3.3.13...bind-v3.4.0) (2025-10-15)