diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2938860..c3083fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
 
 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
 
+#### [v2.2.4](https://gitlab.kodesumber.com/komodo/komodo-gw-oddeven2/compare/v2.2.3...v2.2.4)
+
+- Add direct response and xid on report [`b198710`](https://gitlab.kodesumber.com/komodo/komodo-gw-oddeven2/commit/b1987100c4aeea4768985d86c544f040c198784b)
+
 #### [v2.2.3](https://gitlab.kodesumber.com/komodo/komodo-gw-oddeven2/compare/v2.2.2...v2.2.3)
 
+> 9 February 2022
+
 - Bump to komodo-sdk@1.44.4 and komodo-sdk-push-trx@0.1.16 [`40e0e17`](https://gitlab.kodesumber.com/komodo/komodo-gw-oddeven2/commit/40e0e17c9751d9ddb79d03966b7844c01091515e)
 - Bump to komodo-sdk-push-trx@0.1.18 [`23a8549`](https://gitlab.kodesumber.com/komodo/komodo-gw-oddeven2/commit/23a85498dd2f835481d15302a97a0d351463066b)
 - Change repo url to https [`38014f8`](https://gitlab.kodesumber.com/komodo/komodo-gw-oddeven2/commit/38014f8a9d31c83846886bd5130e19a7bd7cd5a6)
diff --git a/package-lock.json b/package-lock.json
index 8e17eba..cf953b2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "komodo-gw-oddeven2",
-  "version": "2.2.3",
+  "version": "2.2.4",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "komodo-gw-oddeven2",
-      "version": "2.2.3",
+      "version": "2.2.4",
       "license": "ISC",
       "dependencies": {
         "komodo-sdk": "^1.44.4",
diff --git a/package.json b/package.json
index a4a2b3c..03e1fc1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "komodo-gw-oddeven2",
-  "version": "2.2.3",
+  "version": "2.2.4",
   "description": "Komodo Dummy Gateway",
   "main": "index.js",
   "scripts": {