diff --git a/CHANGELOG.md b/CHANGELOG.md index e7075aa..3a456ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.5.1](https://github.com/chgl/magniFHIR/compare/v1.5.0...v1.5.1) (2023-07-23) + + +### Bug Fixes + +* several minor refactorings and improvements ([#76](https://github.com/chgl/magniFHIR/issues/76)) ([f52dbc1](https://github.com/chgl/magniFHIR/commit/f52dbc1ef52f3f53a5b0446841e4a8e6e16c70cf)) + + +### Miscellaneous Chores + +* added all secret fingerprints to gitleaksignore ([8f01a19](https://github.com/chgl/magniFHIR/commit/8f01a19e08fcc72daed93e1d1ad6e125fcf3d5b2)) + ## [1.5.0](https://github.com/chgl/magniFHIR/compare/v1.4.0...v1.5.0) (2023-07-12) diff --git a/README.md b/README.md index a6326a3..e9f9f88 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.5.0 + ghcr.io/chgl/magnifhir:v1.5.1 ``` diff --git a/src/magniFHIR/magniFHIR.csproj b/src/magniFHIR/magniFHIR.csproj index 4cfe8a7..a0fc822 100644 --- a/src/magniFHIR/magniFHIR.csproj +++ b/src/magniFHIR/magniFHIR.csproj @@ -5,7 +5,7 @@ enable enable - 1.5.0 + 1.5.1