diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md
index e9640f8c1495605894a45b6adf9599a8bb8e58a3..d35f19eb751764c0bd49a12b5c41a65713381ade 100644
--- a/api/CHANGELOG.md
+++ b/api/CHANGELOG.md
@@ -1,3 +1,11 @@
+# [1.1.0-beta.4](https://gitlab.com/sibmip/gateway/compare/1.1.0-beta.3...1.1.0-beta.4) (2022-02-07)
+
+
+### Bug Fixes
+
+* Group id fix for csv connector ([01ccfbc](https://gitlab.com/sibmip/gateway/commit/01ccfbcc56f5e402d938bcb19f4db6c5c6e89e8b))
+* Issue throwing connector's errors ([ebb7cf6](https://gitlab.com/sibmip/gateway/commit/ebb7cf6732882598e2cfa56b73bc2e358b662d7a))
+
 # [1.1.0-beta.3](https://gitlab.com/sibmip/gateway/compare/1.1.0-beta.2...1.1.0-beta.3) (2022-02-01)
 
 
diff --git a/api/package-lock.json b/api/package-lock.json
index 6cf3a362110aaa53908632b8485892755a6b3eab..0825505cf95b44bd948c47e3f4a921d512cb3f40 100644
--- a/api/package-lock.json
+++ b/api/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "gateway",
-  "version": "1.1.0-beta.3",
+  "version": "1.1.0-beta.4",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "gateway",
-      "version": "1.1.0-beta.3",
+      "version": "1.1.0-beta.4",
       "license": "UNLICENSED",
       "dependencies": {
         "@nestjs/axios": "^0.0.1",
diff --git a/api/package.json b/api/package.json
index 0d107fb6641b5a7304626457dd865f648c61265d..2b20c3bae38f6539514b73b6c32a7a3b11c8013a 100644
--- a/api/package.json
+++ b/api/package.json
@@ -1,6 +1,6 @@
 {
   "name": "gateway",
-  "version": "1.1.0-beta.3",
+  "version": "1.1.0-beta.4",
   "description": "",
   "author": "",
   "private": true,