Skip to content

Commit

Permalink
chore: release 1.1.7 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl authored Dec 13, 2022
1 parent 717c250 commit d679b8a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion src/magniFHIR/magniFHIR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>

<Version>1.1.6</Version> <!-- x-release-please-version -->
<Version>1.1.7</Version> <!-- x-release-please-version -->
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d679b8a

Please sign in to comment.