diff --git a/CHANGELOG.md b/CHANGELOG.md index 5345e3a..d468e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.10.1](https://github.com/hms-dbmi/ppm-utils/compare/v0.10.0...v0.10.1) (2021-06-29) + + +### Bug Fixes + +* **fhir:** PPM-702 - Fixed FHIR Questionnaire parsing bug ([d1febd1](https://github.com/hms-dbmi/ppm-utils/commit/d1febd18df703ea5121c0b4e48c4b8d1d7dbe79d)) + # [0.10.0](https://github.com/hms-dbmi/ppm-utils/compare/v0.9.13...v0.10.0) (2021-03-15) diff --git a/ppmutils/__init__.py b/ppmutils/__init__.py index 5713910..31b1fb5 100644 --- a/ppmutils/__init__.py +++ b/ppmutils/__init__.py @@ -3,7 +3,7 @@ """ __title__ = "PPM Utils" -__version__ = "0.10.0" +__version__ = "0.10.1" __author__ = "Bryan Larson" __license__ = "BSD 2-Clause" __copyright__ = "Copyright 2011-2020 Harvard Medical School Department of Biomedical Informatics"