diff --git a/cumulusci/__about__.py b/cumulusci/__about__.py index 1cb29bce88..5bdb2805dd 100644 --- a/cumulusci/__about__.py +++ b/cumulusci/__about__.py @@ -1 +1 @@ -__version__ = "3.84.2" +__version__ = "3.84.3" diff --git a/docs/history.md b/docs/history.md index 7c4c65e0b1..ad0b0afef7 100644 --- a/docs/history.md +++ b/docs/history.md @@ -2,6 +2,20 @@ +## v3.84.3 (2024-02-24) + + + +## What's Changed + +### Changes 🎉 + +- Fix: Type Error while loading Contacts when PersonAccount is enabled by [@jkasturi-sf](https://github.com/jkasturi-sf) in [#3756](https://github.com/SFDO-Tooling/CumulusCI/pull/3756) + +**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.84.2...v3.84.3 + + + ## v3.84.2 (2024-02-20) @@ -16,8 +30,6 @@ **Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.84.1...v3.84.2 - - ## v3.84.1 (2024-02-01)