diff --git a/CHANGELOG.md b/CHANGELOG.md
index 189da27cf..dfbab1f58 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.3.1](https://github.com/iris-connect/iris-client/compare/v1.3.0...v1.3.1) (2022-02-01)
+
+
+### Bug Fixes
+
+* D-Trust root certificates were missing and are now included in docker-images ([7ea894a](https://github.com/iris-connect/iris-client/commit/7ea894a579979861b36d1c5651cacf60a2a39ea2))
+
# [1.3.0](https://github.com/iris-connect/iris-client/compare/v1.2.1...v1.3.0) (2022-02-01)
diff --git a/FE-THIRD-PARTY-LICENSES-DEV.md b/FE-THIRD-PARTY-LICENSES-DEV.md
index 5d1ce97f8..1413a8cd0 100644
--- a/FE-THIRD-PARTY-LICENSES-DEV.md
+++ b/FE-THIRD-PARTY-LICENSES-DEV.md
@@ -558,7 +558,7 @@ invert-kv@2.0.0 | MIT | https://github.com/sindresorhus/invert-kv
ip@1.1.5 | MIT | https://github.com/indutny/node-ip
ipaddr.js@1.9.1 | MIT | https://github.com/whitequark/ipaddr.js
ipaddr.js@2.0.1 | MIT | https://github.com/whitequark/ipaddr.js
-iris-client-frontend@1.3.0-POST-RELEASE | UNLICENSED |
+iris-client-frontend@1.3.1-POST-RELEASE | UNLICENSED |
is-absolute-url@3.0.3 | MIT | https://github.com/sindresorhus/is-absolute-url
is-arguments@1.1.1 | MIT | https://github.com/inspect-js/is-arguments
is-arrayish@0.2.1 | MIT | https://github.com/qix-/node-is-arrayish
diff --git a/FE-THIRD-PARTY-LICENSES-PROD.md b/FE-THIRD-PARTY-LICENSES-PROD.md
index d47f734d7..5f0f6d2ae 100644
--- a/FE-THIRD-PARTY-LICENSES-PROD.md
+++ b/FE-THIRD-PARTY-LICENSES-PROD.md
@@ -16,7 +16,7 @@ deepmerge@4.2.2 | MIT | https://github.com/TehShrike/deepmerge
exit-on-epipe@1.0.1 | Apache-2.0 | https://github.com/SheetJS/node-exit-on-epipe
follow-redirects@1.14.7 | MIT | https://github.com/follow-redirects/follow-redirects
frac@1.1.2 | Apache-2.0 | https://github.com/SheetJS/frac
-iris-client-frontend@1.3.0-POST-RELEASE | UNLICENSED |
+iris-client-frontend@1.3.1-POST-RELEASE | UNLICENSED |
lodash@4.17.21 | MIT | https://github.com/lodash/lodash
printj@1.1.2 | Apache-2.0 | https://github.com/SheetJS/printj
printj@1.2.3 | Apache-2.0 | https://github.com/SheetJS/printj
diff --git a/iris-client-bff/pom.xml b/iris-client-bff/pom.xml
index 23062cbc2..9ae5e07ca 100644
--- a/iris-client-bff/pom.xml
+++ b/iris-client-bff/pom.xml
@@ -12,7 +12,7 @@
iris-gateway
iris-client-bff
- 1.3.0-POST-RELEASE
+ 1.3.1-POST-RELEASE
IRIS Client Backend for Frontend
Backend for frontend (BFF) of the client for the health departments. Communicates directly with the SORMAS of this department.
diff --git a/iris-client-fe/package-lock.json b/iris-client-fe/package-lock.json
index ce519e5e1..0f35fabdf 100644
--- a/iris-client-fe/package-lock.json
+++ b/iris-client-fe/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "iris-client-frontend",
- "version": "1.3.0-POST-RELEASE",
+ "version": "1.3.1-POST-RELEASE",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "iris-client-frontend",
- "version": "1.3.0-POST-RELEASE",
+ "version": "1.3.1-POST-RELEASE",
"dependencies": {
"@fontsource/roboto": "^4.5.1",
"@mdi/font": "^6.5.95",
diff --git a/iris-client-fe/package.json b/iris-client-fe/package.json
index 8728ce91f..a4932a80a 100644
--- a/iris-client-fe/package.json
+++ b/iris-client-fe/package.json
@@ -1,6 +1,6 @@
{
"name": "iris-client-frontend",
- "version": "1.3.0-POST-RELEASE",
+ "version": "1.3.1-POST-RELEASE",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
diff --git a/pom.xml b/pom.xml
index e44d9a90d..7a44815b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
iris-gateway
parent
- 1.3.0-POST-RELEASE
+ 1.3.1-POST-RELEASE
pom
IRIS Parent