diff --git a/cumulusci/__about__.py b/cumulusci/__about__.py index 29ec27ddda..b90f9b6dd9 100644 --- a/cumulusci/__about__.py +++ b/cumulusci/__about__.py @@ -1 +1 @@ -__version__ = "3.84.0" +__version__ = "3.84.1" diff --git a/docs/history.md b/docs/history.md index f1eb2db74a..091dde2a1a 100644 --- a/docs/history.md +++ b/docs/history.md @@ -2,6 +2,20 @@ +## v3.84.1 (2024-02-01) + + + +## What's Changed + +### Changes 🎉 + +- Fix `is_person_type` `AttributeError` in record type handling by [@aditya-balachander](https://github.com/aditya-balachander) in [#3739](https://github.com/SFDO-Tooling/CumulusCI/pull/3739) + +**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.84.0...v3.84.1 + + + ## v3.84.0 (2024-01-29) @@ -26,8 +40,6 @@ **Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.83.0...v3.84.0 - - ## v3.83.0 (2023-12-08)