Skip to content

Commit

Permalink
chore: release 1.5.0 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl authored Jul 13, 2023
1 parent 2e8824a commit 973e045
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.0](https://github.com/chgl/magniFHIR/compare/v1.4.0...v1.5.0) (2023-07-12)


### Features

* some more prettification when rendering some types ([#74](https://github.com/chgl/magniFHIR/issues/74)) ([2e8824a](https://github.com/chgl/magniFHIR/commit/2e8824a32d5690ba3aa8f4e957394af3561fd453))

## [1.4.0](https://github.com/chgl/magniFHIR/compare/v1.3.0...v1.4.0) (2023-07-11)


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

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

<ItemGroup>
Expand Down

0 comments on commit 973e045

Please sign in to comment.