diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c69d56..2337d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.3](https://github.com/hms-dbmi/ppm-utils/compare/v2.0.2...v2.0.3) (2024-07-11) + + +### Bug Fixes + +* **fhir:** Resolved issue with GCP not using private URLs when returning paging URLs ([6a02233](https://github.com/hms-dbmi/ppm-utils/commit/6a02233742a867aa9074f00207bcb73404123708)) + ## [2.0.2](https://github.com/hms-dbmi/ppm-utils/compare/v2.0.1...v2.0.2) (2024-07-11) diff --git a/ppmutils/__init__.py b/ppmutils/__init__.py index 41e4f04..39c2f0d 100644 --- a/ppmutils/__init__.py +++ b/ppmutils/__init__.py @@ -3,7 +3,7 @@ """ __title__ = "PPM Utils" -__version__ = "2.0.2" +__version__ = "2.0.3" __author__ = "Bryan Larson" __license__ = "BSD 2-Clause" __copyright__ = "Copyright 2011-2020 Harvard Medical School Department of Biomedical Informatics"