diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d348f8..064ba8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -### Added +## [v0.5.0](https://github.com/ivanwilliammd/iderare-pheno/releases/tag/v0.5.0) - 2024-05-01 + +## [v0.6.3](https://github.com/ivanwilliammd/iderare-pheno/releases/tag/v0.6.3) - 2024-05-01 - Created ```fhir_parser.py``` - FHIR Parser function covering code extraction from FHIR Observation, Condition, and Bundle resources at ```/fhir/parse/resource``` (singular resource) and ```/fhir/parse/bundle``` (bundle resource). - Additional endpoint function triggering ```batchconvert``` function at **/iderare/batchconvert** endpoint. diff --git a/iderare_pheno/version.py b/iderare_pheno/version.py index b9fd1a1..33b3dcb 100644 --- a/iderare_pheno/version.py +++ b/iderare_pheno/version.py @@ -2,7 +2,7 @@ _MINOR = "6" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "2" +_PATCH = "3" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = ""