Skip to content

Commit 69a556a

Browse files
authored
chore: release 1.5.1 (#77)
1 parent 8f01a19 commit 69a556a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.5.1](https://github.com/chgl/magniFHIR/compare/v1.5.0...v1.5.1) (2023-07-23)
4+
5+
6+
### Bug Fixes
7+
8+
* several minor refactorings and improvements ([#76](https://github.com/chgl/magniFHIR/issues/76)) ([f52dbc1](https://github.com/chgl/magniFHIR/commit/f52dbc1ef52f3f53a5b0446841e4a8e6e16c70cf))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* added all secret fingerprints to gitleaksignore ([8f01a19](https://github.com/chgl/magniFHIR/commit/8f01a19e08fcc72daed93e1d1ad6e125fcf3d5b2))
14+
315
## [1.5.0](https://github.com/chgl/magniFHIR/compare/v1.4.0...v1.5.0) (2023-07-12)
416

517

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Visibility into your FHIR server.
1313
docker run --rm -it -p 8080:8080 \
1414
-e FhirServers__0__Name="HAPI FHIR Test Server" \
1515
-e FhirServers__0__BaseUrl="https://hapi.fhir.org/baseR4" \
16-
ghcr.io/chgl/magnifhir:v1.5.0
16+
ghcr.io/chgl/magnifhir:v1.5.1
1717
```
1818

1919
<!-- x-release-please-end -->

src/magniFHIR/magniFHIR.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77

8-
<Version>1.5.0</Version> <!-- x-release-please-version -->
8+
<Version>1.5.1</Version> <!-- x-release-please-version -->
99
</PropertyGroup>
1010

1111
<ItemGroup>

0 commit comments

Comments
 (0)