From 9245018b86664f66e9b1a8d21987a8c5362b2600 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 20:21:05 -0700 Subject: [PATCH] Release v3.89.0 (#3806) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: James Estevez --- cumulusci/__about__.py | 2 +- docs/history.md | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/cumulusci/__about__.py b/cumulusci/__about__.py index 7d088781ee..87ab4400c8 100644 --- a/cumulusci/__about__.py +++ b/cumulusci/__about__.py @@ -1 +1 @@ -__version__ = "3.88.0" +__version__ = "3.89.0" diff --git a/docs/history.md b/docs/history.md index e6a3925b2c..a89e55ca56 100644 --- a/docs/history.md +++ b/docs/history.md @@ -2,6 +2,21 @@ +## v3.89.0 (2024-06-20) + + + +## What's Changed + +### Changes 🎉 + +- Added the `list_files` task to display files in an org by [@lakshmi2506](https://github.com/lakshmi2506) in [#3799](https://github.com/SFDO-Tooling/CumulusCI/pull/3799) +- The `api_names` option of the `assign_permission_set_licenses` task now accepts either `DeveloperName` or `PermissionSetLicenseKey` by [@lakshmi2506](https://github.com/lakshmi2506) in [#3798](https://github.com/SFDO-Tooling/CumulusCI/pull/3798) + +**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.88.0...v3.89.0 + + + ## v3.88.0 (2024-05-24) @@ -23,8 +38,6 @@ **Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.87.0...v3.88.0 - - ## v3.87.0 (2024-05-17)