diff --git a/CHANGELOG.md b/CHANGELOG.md index e5e1ae86..c56f9384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,26 @@ > Unit testing expanded to complete code coverage. - `tests/test_compliance_assessments.py` +## Issues resolved ++ Fixed: Resolved comparison issue with version check helper method. + - `_version.py` + +## Other ++ Added: USGOV2 cloud region added to Base URL enumerator. + - `_enum/_base_url.py` + ++ Added: Automatic base URL detection from context objects when available. + - `_auth_object/_falcon_interface.py` + ++ Pinned: `setuptools` package pinned to version __70.3.0__ to avoid failures with new iterations of setuptools in Azure environments. + - `requirements.txt` + - `requirements-dev.txt` + - `setup.py` + - `dev-setup.py` + - Thanks go out to @gansel51 for identifying this issue and contributing a fix! 🙇 + +--- + # Version 1.4.4 ## Added features and functionality + Added: Added new __API Integrations__ service collection with two new operations, __GetCombinedPluginConfigs__ and __ExecuteCommand__.