Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes committed Jul 31, 2024
1 parent 592d555 commit 1914914
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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__.
Expand Down

0 comments on commit 1914914

Please sign in to comment.