new release

This commit is contained in:
Grahame Grieve 2022-07-29 17:59:06 +10:00
parent 482078df55
commit d562ee0ffa
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,10 @@
## Validator Changes
* no changes
* Fix for errors in FHIRPath evaluation (see https://chat.fhir.org/#narrow/stream/179266-fhirpath/topic/String.20functions)
## Other code changes
* no changes
* R4B BackboneType fixes
* Add R4B to R5 interconversion code
* Improvements to Rendering Documents
* Add uuid to primitive types list

View File

@ -19,7 +19,7 @@
<properties>
<hapi_fhir_version>5.4.0</hapi_fhir_version>
<validator_test_case_version>1.1.103-SNAPSHOT</validator_test_case_version>
<validator_test_case_version>1.1.103</validator_test_case_version>
<junit_jupiter_version>5.7.1</junit_jupiter_version>
<junit_platform_launcher_version>1.8.2</junit_platform_launcher_version>
<maven_surefire_version>3.0.0-M5</maven_surefire_version>