diff --git a/cumulusci/__about__.py b/cumulusci/__about__.py index 418e04e00b..b02e77d7ea 100644 --- a/cumulusci/__about__.py +++ b/cumulusci/__about__.py @@ -1 +1 @@ -__version__ = "3.77.0" +__version__ = "3.78.0" diff --git a/docs/history.md b/docs/history.md index 2fe6a30c78..a7784105ab 100644 --- a/docs/history.md +++ b/docs/history.md @@ -2,6 +2,26 @@ +## v3.78.0 (2023-08-10) + + + +## What's Changed + +### Changes 🎉 + +- Updated Permission Set preflights to handle Permission Set Groups by [@jkasturi-sf](https://github.com/jkasturi-sf) in [#3623](https://github.com/SFDO-Tooling/CumulusCI/pull/3623) +- Added the `create_pull_request_on_conflict` option to automerge tasks by [@BenjaminFrench](https://github.com/ BenjaminFrench) in [#3632](https://github.com/SFDO-Tooling/CumulusCI/pull/3632) + +### Issues Fixed 🩴 + +- Fixed issues with uploading some Unlocked Packages by [@jstvz](https://github.com/jstvz) in [#3636](https://github.com/SFDO-Tooling/CumulusCI/pull/3636) +- Corrected behavior of the `skip_future_releases` option by [@jstvz](https://github.com/jstvz) in [#3624](https://github.com/SFDO-Tooling/CumulusCI/pull/3624) + +**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.77.0...v3.78.0 + + + ## v3.77.0 (2023-07-07) @@ -15,8 +35,6 @@ **Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.76.0...v3.77.0 - - ## v3.76.0.dev0 (2023-05-25)