Skip to content

Commit df58088

Browse files
authored
chore: release 1.1.6 (#56)
1 parent 4ae71dd commit df58088

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## [1.1.6](https://github.com/chgl/magniFHIR/compare/v1.1.5...v1.1.6) (2022-12-13)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **deps:** update actions/dependency-review-action digest to 0efb1d1 ([#51](https://github.com/chgl/magniFHIR/issues/51)) ([0916ce2](https://github.com/chgl/magniFHIR/commit/0916ce29837c1d16e6968f12f83268787b16e97e))
9+
* **deps:** update actions/upload-artifact digest to 83fd05a ([#52](https://github.com/chgl/magniFHIR/issues/52)) ([01fc3e8](https://github.com/chgl/magniFHIR/commit/01fc3e86342497f05307c932940e39cf4d419b49))
10+
* **deps:** update all non-major dependencies ([#53](https://github.com/chgl/magniFHIR/issues/53)) ([6bae620](https://github.com/chgl/magniFHIR/commit/6bae620d6870b66b19abcc2942cd589bfc0dda20))
11+
* **deps:** update mcr.microsoft.com/dotnet/nightly/aspnet:7.0-jammy-chiseled docker digest to 1768d50 ([#50](https://github.com/chgl/magniFHIR/issues/50)) ([eaaf6ad](https://github.com/chgl/magniFHIR/commit/eaaf6adc8ad86832136cac89c3fccf0254be16e5))
12+
* **deps:** update mcr.microsoft.com/dotnet/nightly/aspnet:7.0-jammy-chiseled docker digest to 5210087 ([#48](https://github.com/chgl/magniFHIR/issues/48)) ([7e40e36](https://github.com/chgl/magniFHIR/commit/7e40e364dbd1a78c939871c31189c942fe91683a))
13+
* **deps:** update mcr.microsoft.com/dotnet/sdk:7.0-jammy docker digest to 1f03f26 ([#49](https://github.com/chgl/magniFHIR/issues/49)) ([1eccb8a](https://github.com/chgl/magniFHIR/commit/1eccb8a5fedf651441b502f7ce99b46df1f82de1))
14+
* **deps:** updated scorecards ([4ae71dd](https://github.com/chgl/magniFHIR/commit/4ae71dd2360a369009d368abcf1e66d7c709a940))
15+
* **deps:** updated skaffold to v3 schema ([#54](https://github.com/chgl/magniFHIR/issues/54)) ([56d3d84](https://github.com/chgl/magniFHIR/commit/56d3d84b8ba8a1f6498d567b88c3ae171a47b006))
16+
17+
18+
### CI/CD
19+
20+
* implemented slsa3 provenance ([4ae71dd](https://github.com/chgl/magniFHIR/commit/4ae71dd2360a369009d368abcf1e66d7c709a940))
21+
* migrate to release-please ([#55](https://github.com/chgl/magniFHIR/issues/55)) ([4ae71dd](https://github.com/chgl/magniFHIR/commit/4ae71dd2360a369009d368abcf1e66d7c709a940))
22+
* use release-please ([4ae71dd](https://github.com/chgl/magniFHIR/commit/4ae71dd2360a369009d368abcf1e66d7c709a940))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Visibility into your FHIR server.
1010
<!-- x-release-please-start-version -->
1111

1212
```sh
13-
docker run --rm -it -p 127.0.0.1:8080:8080 \
13+
docker run --rm -it -p 1.1.6.1: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.1.5
16+
ghcr.io/chgl/magnifhir:v1.1.6
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.1.5</Version> <!-- x-release-please-version -->
8+
<Version>1.1.6</Version> <!-- x-release-please-version -->
99
</PropertyGroup>
1010

1111
<ItemGroup>

0 commit comments

Comments
 (0)