diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md
index 83d4b00dbd068e65eafbea5ce0c43891ffc44b45..c850a504a968e37775b4bd5deb1369780ad0bad7 100644
--- a/api/CHANGELOG.md
+++ b/api/CHANGELOG.md
@@ -1,3 +1,28 @@
+# [1.1.0-beta.2](https://gitlab.com/sibmip/gateway/compare/v1.1.0-beta.1...1.1.0-beta.2) (2022-02-01)
+
+
+### Bug Fixes
+
+* Algorithm parameter value type is now string ([cd8545c](https://gitlab.com/sibmip/gateway/commit/cd8545cb1a4452843b028a50a4c25e1a3f36278c))
+* Catch convert problem jsonata (datashield) ([11dda61](https://gitlab.com/sibmip/gateway/commit/11dda61b41198e7e40d0f86f177eacb1a79da61d))
+* Catch convert problem jsonata (exareme) ([c330b3f](https://gitlab.com/sibmip/gateway/commit/c330b3fb176c6038e3b5425c99d49b3a099026a3))
+* Handle parameters exceptions (exareme) ([ee65a87](https://gitlab.com/sibmip/gateway/commit/ee65a872f8cac1d2145bab9840155d1460a1dafe))
+* Issue with package-lock.json after rebase ([5c6b251](https://gitlab.com/sibmip/gateway/commit/5c6b251736a0f53924bd696364887f233e3c646e))
+* Issue with tests (exareme algorithms) ([afebfb9](https://gitlab.com/sibmip/gateway/commit/afebfb962b7380dc11582eaa41808224f9a96aa5))
+* Parameters formula & transfo now optionals ([af4a74a](https://gitlab.com/sibmip/gateway/commit/af4a74ac3b6f60419fde32677ace80d36fdd5352))
+* Prevent error on empty experiment's filter value ([21d14c6](https://gitlab.com/sibmip/gateway/commit/21d14c658428d6d46ed3eb467bf9d21231fa3394))
+* Remove 'v' from tag format ([20b3194](https://gitlab.com/sibmip/gateway/commit/20b3194af563d4416e2dab1b7973c2f703bc0e3a))
+
+
+### Features
+
+* Add algorithm workflow (galaxy) exception ([da6bd2f](https://gitlab.com/sibmip/gateway/commit/da6bd2f68a51d76519265768d0807168c0250b29))
+* Add connector logs with HttpService Module ([bdc445e](https://gitlab.com/sibmip/gateway/commit/bdc445e7b089dd74b1fa4dcf957651349737ef34))
+* Add formula into experiment model ([46aa7d1](https://gitlab.com/sibmip/gateway/commit/46aa7d1216706dfeece085344e6b3de3ba53b08b))
+* Add formula transform experiment (exareme) ([58d5a14](https://gitlab.com/sibmip/gateway/commit/58d5a14dee1d41805b4ffc27e50aa5165cfbe036))
+* add longitudinal info on datasets ([bafbb7d](https://gitlab.com/sibmip/gateway/commit/bafbb7df5a25494781ee5c73a24ba31c39b2003c))
+* datashield domain (datasets) integration ([cc58c20](https://gitlab.com/sibmip/gateway/commit/cc58c200137cd802cddda52d64997535cfe17c33))
+
 # [1.1.0-beta.1](https://gitlab.com/sibmip/gateway/compare/v1.0.1...v1.1.0-beta.1) (2021-12-23)
 
 
diff --git a/api/package-lock.json b/api/package-lock.json
index 1f8f383b2a49e4d369a5a5447253a42e221e5e01..d97fc6e27382f2223ed8a04dce8c358c475e8f64 100644
--- a/api/package-lock.json
+++ b/api/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "gateway",
-  "version": "1.1.0-beta.1",
+  "version": "1.1.0-beta.2",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "gateway",
-      "version": "1.1.0-beta.1",
+      "version": "1.1.0-beta.2",
       "license": "UNLICENSED",
       "dependencies": {
         "@nestjs/axios": "^0.0.1",
diff --git a/api/package.json b/api/package.json
index dcf94cb22d1f2fac01d0fc75470de28a9dae068d..b1857638263af5e047b07d834974e2e21107e2d5 100644
--- a/api/package.json
+++ b/api/package.json
@@ -1,6 +1,6 @@
 {
   "name": "gateway",
-  "version": "1.1.0-beta.1",
+  "version": "1.1.0-beta.2",
   "description": "",
   "author": "",
   "private": true,