diff --git a/cumulusci/__about__.py b/cumulusci/__about__.py index 6869f2e818..2eb95d97e3 100644 --- a/cumulusci/__about__.py +++ b/cumulusci/__about__.py @@ -1 +1 @@ -__version__ = "3.92.0" +__version__ = "3.93.0" diff --git a/docs/history.md b/docs/history.md index d04c3b4c34..654b7e1d61 100644 --- a/docs/history.md +++ b/docs/history.md @@ -2,6 +2,27 @@ +## v3.93.0 (2024-10-17) + + + +## What's Changed + +### Changes 🎉 + +- fix: escape stage name when running ensure_record_type task by [@leo-dcfa](https://github.com/leo-dcfa) in [#3827](https://github.com/SFDO-Tooling/CumulusCI/pull/3827) +- fix: Upgrade upload-artifact action by [@jstvz](https://github.com/jstvz) in [#3831](https://github.com/SFDO-Tooling/CumulusCI/pull/3831) +- Fix `TypeError` when permissionSetGroup has a mutingPermissionSet by [@lakshmi2506](https://github.com/lakshmi2506) in [#3834](https://github.com/SFDO-Tooling/CumulusCI/pull/3834) +- Add `check_components` preflight to detect metadata component conflicts (#3837) by [@vsbharath](https://github.com/vsbharath) in [#3837](https://github.com/SFDO-Tooling/CumulusCI/pull/3837) + +## New Contributors + +- @leo-dcfa made their first contribution in [#3827](https://github.com/SFDO-Tooling/CumulusCI/pull/3827) + +**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.92.0...v3.93.0 + + + ## v3.92.0 (2024-09-18) @@ -18,8 +39,6 @@ **Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.91.0...v3.92.0 - - ## v3.91.0 (2024-08-22)