diff --git a/cumulusci/__about__.py b/cumulusci/__about__.py index ca19e7d4f4..9151235765 100644 --- a/cumulusci/__about__.py +++ b/cumulusci/__about__.py @@ -1 +1 @@ -__version__ = "3.85.0" +__version__ = "3.86.0" diff --git a/docs/history.md b/docs/history.md index 94e5532a32..46c2a056bb 100644 --- a/docs/history.md +++ b/docs/history.md @@ -2,6 +2,20 @@ +## v3.86.0 (2024-03-27) + + + +## What's Changed + +### Changes 🎉 + +- @W-15258380 - Reloading of login URL's from env before creating jwt session by [@lakshmi2506](https://github.com/lakshmi2506) in [#3765](https://github.com/SFDO-Tooling/CumulusCI/pull/3765) + +**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.85.0...v3.86.0 + + + ## v3.85.0 (2024-03-13) @@ -16,8 +30,6 @@ **Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.84.3...v3.85.0 - - ## v3.84.3 (2024-02-24)