diff --git a/CHANGELOG.md b/CHANGELOG.md index d475ec9..08ef82c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/chgl/magniFHIR/compare/v1.3.0...v1.4.0) (2023-07-11) + + +### Features + +* slightly prettier display for some data types ([#72](https://github.com/chgl/magniFHIR/issues/72)) ([5c7e7c0](https://github.com/chgl/magniFHIR/commit/5c7e7c01a1d42cb0306acbe8deda37c4d002c738)) + ## [1.3.0](https://github.com/chgl/magniFHIR/compare/v1.2.0...v1.3.0) (2023-07-10) diff --git a/README.md b/README.md index bb2fa16..6f469dc 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.3.0 + ghcr.io/chgl/magnifhir:v1.4.0 ``` diff --git a/src/magniFHIR/magniFHIR.csproj b/src/magniFHIR/magniFHIR.csproj index 995f546..c79f660 100644 --- a/src/magniFHIR/magniFHIR.csproj +++ b/src/magniFHIR/magniFHIR.csproj @@ -5,7 +5,7 @@ enable enable - 1.3.0 + 1.4.0