Skip to content

Commit

Permalink
Version 3.69.0 (#3435)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Prescod authored Nov 14, 2022
1 parent 626097b commit 37c9b9e
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
21 changes: 21 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
History
=======

Changes 🎉
~~~~~~~~~~

- Added support for debugging and breakpoints in Playwright-based
Robot Framework by @boakley in
https://github.com/SFDO-Tooling/CumulusCI/pull/3408
- Added option for deploy task to remove selected components from the
bundle by
@jkasturi-sf in https://github.com/SFDO-Tooling/CumulusCI/pull/3421
- Added documentation for using OmniStudio in Cumulus flows by @bethbrains in
https://github.com/SFDO-Tooling/CumulusCI/pull/3427
- Update creation of OmniStudio Remote Site Settings for new
Salesforce domain patterns (e.g. .\*scratch.my.salesforce,
\*.demo.my.salesforce, etc.) by
syntaxes (e.g. .*scratch.my.salesforce, \*.demo.my.salesforce, etc.)
by @jofsky in https://github.com/SFDO-Tooling/CumulusCI/pull/3424
- The deploy_marketing_cloud_package task will now output the
constructed payload sent to Marketing Cloud when the --debug flag is
passed. by @TheBitShepherd in
https://github.com/SFDO-Tooling/CumulusCI/pull/3430

3.68.1 (2022-11-01)
-------------------
Critical Changes 🎉
Expand Down
2 changes: 1 addition & 1 deletion cumulusci/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.68.1
3.69.0
16 changes: 16 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# History

- Added support for debugging and breakpoints in Playwright-based
Robot Framework by @boakley in
https://github.com/SFDO-Tooling/CumulusCI/pull/3408
- Added option for deploy task to remove selected components from the
bundle by @jkasturi-sf in
https://github.com/SFDO-Tooling/CumulusCI/pull/3421
- Added documentation for using OmniStudio in Cumulus flows by
@bethbrains in https://github.com/SFDO-Tooling/CumulusCI/pull/3427
- Update creation of OmniStudio Remote Site Settings for new
Salesforce domain patterns (e.g. .\*scratch.my.salesforce,
\*.demo.my.salesforce, etc.) by @jofsky in
https://github.com/SFDO-Tooling/CumulusCI/pull/3424
- Added --debug flag to the deploy_marketing_cloud_package task by
@TheBitShepherd in
https://github.com/SFDO-Tooling/CumulusCI/pull/3430

## 3.68.1 (2022-11-01)

- Revert a change in parsing config files which was incompatible with some configs
Expand Down

0 comments on commit 37c9b9e

Please sign in to comment.