diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0946d6f919..832669287e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec
## [Unreleased]
+
+## [v1.9.4] - 2024-07-24
+### Bug Fixes
+- set mattermost payload
+
+
## [v1.9.3] - 2024-05-23
### Changes
@@ -3879,7 +3885,8 @@ All notable changes to this project will be documented in this file. This projec
- **tree:** MTH reference impl
-[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.9.3...HEAD
+[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.9.4...HEAD
+[v1.9.4]: https://github.com/vchain-us/immudb/compare/v1.9.3...v1.9.4
[v1.9.3]: https://github.com/vchain-us/immudb/compare/v1.9DOM.2...v1.9.3
[v1.9DOM.2]: https://github.com/vchain-us/immudb/compare/v1.9DOM.2-RC1...v1.9DOM.2
[v1.9DOM.2-RC1]: https://github.com/vchain-us/immudb/compare/v1.9DOM.1...v1.9DOM.2-RC1
diff --git a/Makefile b/Makefile
index cf19c6b4e8..6584a451d6 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ export GO111MODULE=on
SHELL=/bin/bash -o pipefail
-VERSION=1.9.3
+VERSION=1.9.4
DEFAULT_WEBCONSOLE_VERSION=1.0.18
SERVICES=immudb immuadmin immuclient
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64 darwin/arm64
diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index ee36d2b9d0..763bc24e71 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
name: immudb
description: The immutable database
type: application
-version: 1.9.3
-appVersion: "1.9.3"
+version: 1.9.4
+appVersion: "1.9.4"