diff --git a/cumulusci/__about__.py b/cumulusci/__about__.py index b90f9b6dd9..1cb29bce88 100644 --- a/cumulusci/__about__.py +++ b/cumulusci/__about__.py @@ -1 +1 @@ -__version__ = "3.84.1" +__version__ = "3.84.2" diff --git a/docs/history.md b/docs/history.md index 091dde2a1a..7c4c65e0b1 100644 --- a/docs/history.md +++ b/docs/history.md @@ -2,6 +2,22 @@ +## v3.84.2 (2024-02-20) + + + +## What's Changed + +### Changes 🎉 + +- Polymorphic Lookup Data Extraction by [@aditya-balachander](https://github.com/aditya-balachander) in [#3741](https://github.com/SFDO-Tooling/CumulusCI/pull/3741) +- ADR: Migrate from SFDX to SF CLI by [@jstvz](https://github.com/jstvz) in [#3630](https://github.com/SFDO-Tooling/CumulusCI/pull/3630) +- Fix: Mismatch in the order of fields between the step and query during generation of the json request by [@aditya-balachander](https://github.com/aditya-balachander) in [#3750](https://github.com/SFDO-Tooling/CumulusCI/pull/3750) + +**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.84.1...v3.84.2 + + + ## v3.84.1 (2024-02-01) @@ -14,8 +30,6 @@ **Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.84.0...v3.84.1 - - ## v3.84.0 (2024-01-29)