From d679b8ad1f18ed7130f874ffd64e8902bdd61480 Mon Sep 17 00:00:00 2001 From: chgl Date: Tue, 13 Dec 2022 21:12:19 +0100 Subject: [PATCH] chore: release 1.1.7 (#58) --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 2 +- src/magniFHIR/magniFHIR.csproj | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f93d608..b5153cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.1.7](https://github.com/chgl/magniFHIR/compare/v1.1.6...v1.1.7) (2022-12-13) + + +### Miscellaneous Chores + +* fixed ci readme added security ([#57](https://github.com/chgl/magniFHIR/issues/57)) ([717c250](https://github.com/chgl/magniFHIR/commit/717c2507eca76916a73e62b3fc369474063f6209)) + + +### CI/CD + +* fix image name to be all lowercase and use GHA caching ([717c250](https://github.com/chgl/magniFHIR/commit/717c2507eca76916a73e62b3fc369474063f6209)) + + +### Documentation + +* added SECURITY.md ([717c250](https://github.com/chgl/magniFHIR/commit/717c2507eca76916a73e62b3fc369474063f6209)) +* fixed incorrectly updated 127.0.0.1... ([717c250](https://github.com/chgl/magniFHIR/commit/717c2507eca76916a73e62b3fc369474063f6209)) + ## [1.1.6](https://github.com/chgl/magniFHIR/compare/v1.1.5...v1.1.6) (2022-12-13) diff --git a/README.md b/README.md index c530e7a..5b4dcca 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.1.6 + ghcr.io/chgl/magnifhir:v1.1.7 ``` diff --git a/src/magniFHIR/magniFHIR.csproj b/src/magniFHIR/magniFHIR.csproj index 26e839d..2c48721 100644 --- a/src/magniFHIR/magniFHIR.csproj +++ b/src/magniFHIR/magniFHIR.csproj @@ -5,7 +5,7 @@ enable enable - 1.1.6 + 1.1.7