diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e2b08d3..3f118ac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Removed +## [0.6.1] - 2023-10-04 +### Added +### Changed +- Upgrade urllib3 version to 1.26.17 per internal security request +### Removed + ## [0.6.0] - 2023-04-05 ### Added - Add Insights Service diff --git a/setup.py b/setup.py index 3498f633..54704ae2 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ install_requires = [ "boto3==1.18.57", - "urllib3==1.26.7", + "urllib3==1.26.17", "dataclasses-json==0.5.2", "pyyaml==5.4.1", "tqdm==4.55.1", @@ -27,7 +27,7 @@ setup( name="fbpcp", - version="0.6.0", + version="0.6.1", description="Facebook Private Computation Platform", author="Facebook", author_email="researchtool-help@fb.com",