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)