Skip to content

Commit

Permalink
chore(release): 1.0.0-rc.11 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-rc.11](v1.0.0-rc.10...v1.0.0-rc.11) (2021-07-02)

### Bug Fixes

* enable cross origin POST for data submission endpoint ([389a08d](389a08d))
* Fixes problem stand alone release did not contain the ca folder. ([#201](#201)) ([6c5fba5](6c5fba5))
  • Loading branch information
semantic-release-bot committed Jul 2, 2021
1 parent c0e5b2f commit 91f8399
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

# [1.0.0-rc.11](https://github.com/iris-connect/iris-client/compare/v1.0.0-rc.10...v1.0.0-rc.11) (2021-07-02)


### Bug Fixes

* enable cross origin POST for data submission endpoint ([389a08d](https://github.com/iris-connect/iris-client/commit/389a08d034db361568e1fa34732593eac1ab3536))
* Fixes problem stand alone release did not contain the ca folder. ([#201](https://github.com/iris-connect/iris-client/issues/201)) ([6c5fba5](https://github.com/iris-connect/iris-client/commit/6c5fba54287127c0b7d88b2b4ef410f7018cc3e6))

# [1.0.0-rc.10](https://github.com/iris-connect/iris-client/compare/v1.0.0-rc.9...v1.0.0-rc.10) (2021-07-02)


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 @@ -11,7 +11,7 @@
</parent>
<groupId>iris-gateway</groupId>
<artifactId>iris-client-bff</artifactId>
<version>1.0.0-rc.10-POST_RELEASE</version>
<version>1.0.0-rc.11-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.0.0-rc.10-POST_RELEASE</version>
<version>1.0.0-rc.11-POST_RELEASE</version>
<packaging>pom</packaging>

<name>IRIS Parent</name>
Expand Down

0 comments on commit 91f8399

Please sign in to comment.