diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a3fe19..362d844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.5](https://github.com/hms-dbmi/ppm-utils/compare/v2.0.4...v2.0.5) (2024-07-15) + + +### Bug Fixes + +* **fhir:** Fixed retrieval of consent exceptions; added study param to Composition creation ([f940355](https://github.com/hms-dbmi/ppm-utils/commit/f9403556f6ee3c56ef6d065f54c98d474fd8980b)) + ## [2.0.4](https://github.com/hms-dbmi/ppm-utils/compare/v2.0.3...v2.0.4) (2024-07-11) diff --git a/ppmutils/__init__.py b/ppmutils/__init__.py index 094dd57..8f274f9 100644 --- a/ppmutils/__init__.py +++ b/ppmutils/__init__.py @@ -3,7 +3,7 @@ """ __title__ = "PPM Utils" -__version__ = "2.0.4" +__version__ = "2.0.5" __author__ = "Bryan Larson" __license__ = "BSD 2-Clause" __copyright__ = "Copyright 2011-2020 Harvard Medical School Department of Biomedical Informatics"