Skip to content

Commit

Permalink
chore(release): 1.1.0-rc.3 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0-rc.3](v1.1.0-rc.2...v1.1.0-rc.3) (2021-11-03)

### Bug Fixes

* An admin can now change a user's data again. An error occurred ([402baba](402baba))
* Cleans the Docker image of the frontend from artifacts that are only needed for the build. This makes it more secure and greatly reduced in size. ([d62ca2a](d62ca2a)), closes [#442](#442)
* Restricts the content of …deployment….zip to the folders and files ([d265238](d265238)), closes [#432](#432) [#433](#433)
  • Loading branch information
semantic-release-bot committed Nov 3, 2021
1 parent d265238 commit a0df1b1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

# [1.1.0-rc.3](https://github.com/iris-connect/iris-client/compare/v1.1.0-rc.2...v1.1.0-rc.3) (2021-11-03)


### Bug Fixes

* An admin can now change a user's data again. An error occurred ([402baba](https://github.com/iris-connect/iris-client/commit/402babad6e1232bfff0eae8ed6fa5d2f5f2964e7))
* Cleans the Docker image of the frontend from artifacts that are only needed for the build. This makes it more secure and greatly reduced in size. ([d62ca2a](https://github.com/iris-connect/iris-client/commit/d62ca2a15a59d680e9a913e2da71a6d7462917d0)), closes [#442](https://github.com/iris-connect/iris-client/issues/442)
* Restricts the content of …deployment….zip to the folders and files ([d265238](https://github.com/iris-connect/iris-client/commit/d2652387828dc2f9ff238082e19d6352b4952623)), closes [#432](https://github.com/iris-connect/iris-client/issues/432) [#433](https://github.com/iris-connect/iris-client/issues/433)

# [1.1.0-rc.2](https://github.com/iris-connect/iris-client/compare/v1.1.0-rc.1...v1.1.0-rc.2) (2021-10-30)


Expand Down
2 changes: 1 addition & 1 deletion iris-client-bff/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>
<groupId>iris-gateway</groupId>
<artifactId>iris-client-bff</artifactId>
<version>1.1.0-rc.2-POST_RELEASE</version>
<version>1.1.0-rc.3-POST_RELEASE</version>
<name>IRIS Client Backend for Frontend</name>
<description>Backend for frontend (BFF) of the client for the health departments. Communicates directly with the SORMAS of this department.</description>
<licenses>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>iris-gateway</groupId>
<artifactId>parent</artifactId>
<version>1.1.0-rc.2-POST_RELEASE</version>
<version>1.1.0-rc.3-POST_RELEASE</version>
<packaging>pom</packaging>

<name>IRIS Parent</name>
Expand Down

0 comments on commit a0df1b1

Please sign in to comment.