diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f509b2de..96bcaa0a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,34 @@ We have started this changelogs from version 4.0.0. So, changes on previously re ### Dependency update: *List the dependecy upgrade or downgrade.* +-------------------------------------- + +## 7.0.12 (2024-08-20) + +### Breaking changes: + +### Deprecations: + +### Changes: + +* Updating urllib3 to 1.26.19 [#1725](https://github.com/opencybersecurityalliance/stix-shifter/pull/1725) +* Resolved Tanium Connector errors [#1722](https://github.com/opencybersecurityalliance/stix-shifter/pull/1722) + [#1721](https://github.com/opencybersecurityalliance/stix-shifter/pull/1721) + [#1693](https://github.com/opencybersecurityalliance/stix-shifter/pull/1693) +* Added contrast scans [#1719](https://github.com/opencybersecurityalliance/stix-shifter/pull/1719) + [#1718](https://github.com/opencybersecurityalliance/stix-shifter/pull/1718) + [#1717](https://github.com/opencybersecurityalliance/stix-shifter/pull/1717) + [#1715](https://github.com/opencybersecurityalliance/stix-shifter/pull/1715) +* Added an AUTHORS.MD file [#1713](https://github.com/opencybersecurityalliance/stix-shifter/pull/1713) + [#1712](https://github.com/opencybersecurityalliance/stix-shifter/pull/1712) + + +### Fixes: + +* Removed the unused request toolbelt dependency [#1723](https://github.com/opencybersecurityalliance/stix-shifter/pull/1723) + +### Dependency update: + -------------------------------------- ## 7.0.11 (2024-07-11) @@ -829,4 +857,4 @@ opencybersecurityalliance/stix-shifter/pull/1448) * Bump adal from 1.2.2 to 1.2.7 * Bump pyopenssl from 20.0.1 to 22.0.0 * Bump stix2-validator from 1.1.2 to 3.0.2 -* Bump boto3 from 1.17.20 to 1.21.5## 4.0.0 (2022-02-23) \ No newline at end of file +* Bump boto3 from 1.17.20 to 1.21.5## 4.0.0 (2022-02-23) diff --git a/stix_shifter/requirements.txt b/stix_shifter/requirements.txt index 9cb332f56..ce7827517 100644 --- a/stix_shifter/requirements.txt +++ b/stix_shifter/requirements.txt @@ -17,5 +17,5 @@ python-dateutil==2.8.2 stix2-matcher==3.0.0 stix2-patterns==1.3.2 xmltodict==0.13.0 -urllib3==1.26.18 +urllib3==1.26.19 regex==2023.12.25