Skip to content

Commit 09f4e1e

Browse files
chore(release): 1.1.1 [skip ci]
## [1.1.1](v1.1.0...v1.1.1) (2021-11-17) ### Bug Fixes * The configuration for the private proxy now contains the necessary variable declarations again. Thanks to [@jl-sitnrw](https://github.com/jl-sitnrw) ([71ea823](71ea823)), closes [#467](#467) * The endpoint of the JSONRPC client is set to the right variable now. ([9d598bc](9d598bc)) * With the stand alone installation, there is no longer an error at startup because a property is set with the wrong name. Thanks to [@jl-sitnrw](https://github.com/jl-sitnrw) ([8aa669d](8aa669d)), closes [#466](#466)
1 parent b10926e commit 09f4e1e

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [1.1.1](https://github.com/iris-connect/iris-client/compare/v1.1.0...v1.1.1) (2021-11-17)
4+
5+
6+
### Bug Fixes
7+
8+
* The configuration for the private proxy now contains the necessary variable declarations again. Thanks to [@jl-sitnrw](https://github.com/jl-sitnrw) ([71ea823](https://github.com/iris-connect/iris-client/commit/71ea8239b07729729c9b4916e0b8ba28eef1222d)), closes [#467](https://github.com/iris-connect/iris-client/issues/467)
9+
* The endpoint of the JSONRPC client is set to the right variable now. ([9d598bc](https://github.com/iris-connect/iris-client/commit/9d598bc3267f69ceeaa4e84d34d8abfe4f0ffd33))
10+
* With the stand alone installation, there is no longer an error at startup because a property is set with the wrong name. Thanks to [@jl-sitnrw](https://github.com/jl-sitnrw) ([8aa669d](https://github.com/iris-connect/iris-client/commit/8aa669d392db703828b3e588ab708ef5e74fb073)), closes [#466](https://github.com/iris-connect/iris-client/issues/466)
11+
312
# [1.1.0](https://github.com/iris-connect/iris-client/compare/v1.0.1...v1.1.0) (2021-11-03)
413

514

iris-client-bff/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</parent>
1313
<groupId>iris-gateway</groupId>
1414
<artifactId>iris-client-bff</artifactId>
15-
<version>1.1.0-POST_RELEASE</version>
15+
<version>1.1.1-POST_RELEASE</version>
1616
<name>IRIS Client Backend for Frontend</name>
1717
<description>Backend for frontend (BFF) of the client for the health departments. Communicates directly with the SORMAS of this department.</description>
1818
<licenses>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>iris-gateway</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.1.0-POST_RELEASE</version>
10+
<version>1.1.1-POST_RELEASE</version>
1111
<packaging>pom</packaging>
1212

1313
<name>IRIS Parent</name>

0 commit comments

Comments
 (0)