Skip to content

Commit

Permalink
chore(release): 2.0.8 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.8](v2.0.7...v2.0.8) (2024-07-27)

### Bug Fixes

* **fhir:** Fixed filtering in query_participants; added and fixed tests ([cc8f36a](cc8f36a))
* **fhir:** Fixed issues caused by fhirclient v4.2.0 ([12ced4e](12ced4e))
* **fhir:** Fixed Participants query not including all resources due to GCP issues by breaking request into two separate ones ([a9612a7](a9612a7))
  • Loading branch information
b32147 authored and semantic-release-bot committed Jul 27, 2024
1 parent 12ced4e commit 7428aba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.0.8](https://github.com/hms-dbmi/ppm-utils/compare/v2.0.7...v2.0.8) (2024-07-27)


### Bug Fixes

* **fhir:** Fixed filtering in query_participants; added and fixed tests ([cc8f36a](https://github.com/hms-dbmi/ppm-utils/commit/cc8f36ad24e55f4dc4a400ab2b72e69b13b2ab82))
* **fhir:** Fixed issues caused by fhirclient v4.2.0 ([12ced4e](https://github.com/hms-dbmi/ppm-utils/commit/12ced4ee7b257a8e3948104a54799cf7945dbad2))
* **fhir:** Fixed Participants query not including all resources due to GCP issues by breaking request into two separate ones ([a9612a7](https://github.com/hms-dbmi/ppm-utils/commit/a9612a712cf80640275decc1913c3fd685931f8e))

## [2.0.7](https://github.com/hms-dbmi/ppm-utils/compare/v2.0.6...v2.0.7) (2024-07-17)


Expand Down
2 changes: 1 addition & 1 deletion ppmutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__title__ = "PPM Utils"
__version__ = "2.0.7"
__version__ = "2.0.8"
__author__ = "Bryan Larson"
__license__ = "BSD 2-Clause"
__copyright__ = "Copyright 2011-2020 Harvard Medical School Department of Biomedical Informatics"
Expand Down

0 comments on commit 7428aba

Please sign in to comment.