From 19149142a2697da47def1e7d621644c389a3b3a4 Mon Sep 17 00:00:00 2001 From: Joshua Hiller Date: Wed, 31 Jul 2024 17:37:31 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5e1ae865..c56f9384b 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__.