diff --git a/cumulusci/__about__.py b/cumulusci/__about__.py index 5bdb2805dd..ca19e7d4f4 100644 --- a/cumulusci/__about__.py +++ b/cumulusci/__about__.py @@ -1 +1 @@ -__version__ = "3.84.3" +__version__ = "3.85.0" diff --git a/docs/history.md b/docs/history.md index ad0b0afef7..94e5532a32 100644 --- a/docs/history.md +++ b/docs/history.md @@ -2,6 +2,22 @@ +## v3.85.0 (2024-03-13) + + + +## What's Changed + +### Changes 🎉 + +- Fix Invalid Lookups of namespaced fields by [@aditya-balachander](https://github.com/aditya-balachander) in [#3759](https://github.com/SFDO-Tooling/CumulusCI/pull/3759) +- Fix Id Not Specified on Update Call by [@aditya-balachander](https://github.com/aditya-balachander) in [#3761](https://github.com/SFDO-Tooling/CumulusCI/pull/3761) +- Fix dependency parsing errors caused by `collision_check` option by [@jstvz](https://github.com/jstvz) in [#3760](https://github.com/SFDO-Tooling/CumulusCI/pull/3760) + +**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.84.3...v3.85.0 + + + ## v3.84.3 (2024-02-24) @@ -14,8 +30,6 @@ **Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.84.2...v3.84.3 - - ## v3.84.2 (2024-02-20)