diff --git a/cumulusci/__about__.py b/cumulusci/__about__.py index 56b944aaa3..30420af940 100644 --- a/cumulusci/__about__.py +++ b/cumulusci/__about__.py @@ -1 +1 @@ -__version__ = "3.82.0" +__version__ = "3.83.0" diff --git a/docs/history.md b/docs/history.md index 16204b4b92..48b763e338 100644 --- a/docs/history.md +++ b/docs/history.md @@ -2,6 +2,22 @@ +## v3.83.0 (2023-12-08) + + + +## What's Changed + +### Changes 🎉 + +- Allowed namespace injection without managed by [@jain-naman-sf](https://github.com/jain-naman-sf) in [#3677](https://github.com/SFDO-Tooling/CumulusCI/pull/3677) +- Update pyright configuration for 1.1.339 by [@jstvz](https://github.com/jstvz) in [#3715](https://github.com/SFDO-Tooling/CumulusCI/pull/3715) +- Replace distutils with shutil for 3.12 by [@jstvz](https://github.com/jstvz) in [#3714](https://github.com/SFDO-Tooling/CumulusCI/pull/3714) + +**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.82.0...v3.83.0 + + + ## v3.82.0 (2023-12-01) @@ -30,8 +46,6 @@ **Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.81.0...v3.82.0 - - ## v3.81.0 (2023-11-03)