From 49e68defd1ffcbfc92f9cba6bdba6f00704e65fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 02:39:17 +0000 Subject: [PATCH 1/2] Update changelog (automated) --- cumulusci/__about__.py | 2 +- docs/history.md | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) 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..1d70713b80 100644 --- a/docs/history.md +++ b/docs/history.md @@ -2,6 +2,20 @@ +## v3.84.3 (2024-02-24) + + + +## What's Changed + +### Changes 🎉 + +- Fix: 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) From b229859367eeeed60a4a8a79eb0ab3f7cc7dbac3 Mon Sep 17 00:00:00 2001 From: Bharath Chadarajupalli Date: Fri, 23 Feb 2024 19:27:02 -0800 Subject: [PATCH 2/2] Fix log --- docs/history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/history.md b/docs/history.md index 1d70713b80..ad0b0afef7 100644 --- a/docs/history.md +++ b/docs/history.md @@ -10,7 +10,7 @@ ### Changes 🎉 -- Fix: 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) +- 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