Skip to content

Commit

Permalink
chore: release 1.5.1 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl authored Jul 24, 2023
1 parent 8f01a19 commit 69a556a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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

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

<ItemGroup>
Expand Down

0 comments on commit 69a556a

Please sign in to comment.