Skip to content

Commit

Permalink
chore: release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Oct 19, 2023
1 parent d7ac846 commit a667b53
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.5.2](https://github.com/chgl/magniFHIR/compare/v1.5.1...v1.5.2) (2023-10-19)


### Miscellaneous Chores

* **deps:** update actions/checkout digest to f43a0e5 ([#79](https://github.com/chgl/magniFHIR/issues/79)) ([e1ede7d](https://github.com/chgl/magniFHIR/commit/e1ede7d36bb91741d508b756b11a38286963e8b6))
* **deps:** update actions/upload-artifact digest to a8a3f3a ([#81](https://github.com/chgl/magniFHIR/issues/81)) ([cce89f7](https://github.com/chgl/magniFHIR/commit/cce89f7ce86a34318ee1c56a3d93bd8002ca9f9b))
* **deps:** update docker/login-action digest to 465a078 ([#80](https://github.com/chgl/magniFHIR/issues/80)) ([86f006f](https://github.com/chgl/magniFHIR/commit/86f006f14038ce0307ff6793354df7d3d88c70fc))
* **deps:** update docker/metadata-action digest to 818d4b7 ([#82](https://github.com/chgl/magniFHIR/issues/82)) ([1933a45](https://github.com/chgl/magniFHIR/commit/1933a45a2173f7c580f927730a1b92bf746840c9))
* **deps:** update ghcr.io/linuxforhealth/fhir-schematool:5.1.0 docker digest to 23359cd ([#84](https://github.com/chgl/magniFHIR/issues/84)) ([17afe63](https://github.com/chgl/magniFHIR/commit/17afe63045e1dddd234a2ef64ea28da36abb21db))


### CI/CD

* lowercase image name ([d7ac846](https://github.com/chgl/magniFHIR/commit/d7ac8468565decc0312c71e4f90a65f4252401cf))
* use standard build and lint workflows ([#85](https://github.com/chgl/magniFHIR/issues/85)) ([ea43a9b](https://github.com/chgl/magniFHIR/commit/ea43a9b63f90049186927c368c6bb7fd3d83f90d))

## [1.5.1](https://github.com/chgl/magniFHIR/compare/v1.5.0...v1.5.1) (2023-07-23)


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.5.1
ghcr.io/chgl/magnifhir:v1.5.2
```

<!-- 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.5.1</Version> <!-- x-release-please-version -->
<Version>1.5.2</Version> <!-- x-release-please-version -->
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a667b53

Please sign in to comment.