From f1d93b14bee642e4404a676a4efa3d8dd2bd4b56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:20:36 +0000 Subject: [PATCH] Release v3.92.0 (#3830) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: James Estevez --- cumulusci/__about__.py | 2 +- docs/history.md | 20 ++++++++++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/cumulusci/__about__.py b/cumulusci/__about__.py index b03931b2f5..6869f2e818 100644 --- a/cumulusci/__about__.py +++ b/cumulusci/__about__.py @@ -1 +1 @@ -__version__ = "3.91.0" +__version__ = "3.92.0" diff --git a/docs/history.md b/docs/history.md index 8e7521b735..d04c3b4c34 100644 --- a/docs/history.md +++ b/docs/history.md @@ -2,6 +2,24 @@ +## v3.92.0 (2024-09-18) + + + +## What's Changed + +### Changes 🎉 + +- fix: Update input handlers with new Salesforce lightning-primitive tags by [@chanyahn-st](https://github.com/chanyahn-st) in [#3822](https://github.com/SFDO-Tooling/CumulusCI/pull/3822) + +## New Contributors + +- @chanyahn-st made their first contribution in [#3822](https://github.com/SFDO-Tooling/CumulusCI/pull/3822) + +**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.91.0...v3.92.0 + + + ## v3.91.0 (2024-08-22) @@ -14,8 +32,6 @@ **Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.90.1...v3.91.0 - - ## v3.90.1 (2024-08-20)