diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ef82c..e7075aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/chgl/magniFHIR/compare/v1.4.0...v1.5.0) (2023-07-12) + + +### Features + +* some more prettification when rendering some types ([#74](https://github.com/chgl/magniFHIR/issues/74)) ([2e8824a](https://github.com/chgl/magniFHIR/commit/2e8824a32d5690ba3aa8f4e957394af3561fd453)) + ## [1.4.0](https://github.com/chgl/magniFHIR/compare/v1.3.0...v1.4.0) (2023-07-11) diff --git a/README.md b/README.md index e6fe0f1..dad732a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Visibility into your FHIR server. docker run --rm -it -p 8080:8080 \ -e FhirServers__0__Name="HAPI FHIR Test Server" \ -e FhirServers__0__BaseUrl="https://hapi.fhir.org/baseR4" \ - ghcr.io/chgl/magnifhir:v1.4.0 + ghcr.io/chgl/magnifhir:v1.5.0 ``` diff --git a/src/magniFHIR/magniFHIR.csproj b/src/magniFHIR/magniFHIR.csproj index c79f660..4cfe8a7 100644 --- a/src/magniFHIR/magniFHIR.csproj +++ b/src/magniFHIR/magniFHIR.csproj @@ -5,7 +5,7 @@ enable enable - 1.4.0 + 1.5.0