Skip to content

Commit 76cd08a

Browse files
committed
release v1.9.4
1 parent 9237a83 commit 76cd08a

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec
44
## [Unreleased]
55

66

7+
<a name="v1.9.4"></a>
8+
## [v1.9.4] - 2024-07-24
9+
### Bug Fixes
10+
- set mattermost payload
11+
12+
713
<a name="v1.9.3"></a>
814
## [v1.9.3] - 2024-05-23
915
### Changes
@@ -3879,7 +3885,8 @@ All notable changes to this project will be documented in this file. This projec
38793885
- **tree:** MTH reference impl
38803886

38813887

3882-
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.9.3...HEAD
3888+
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.9.4...HEAD
3889+
[v1.9.4]: https://github.com/vchain-us/immudb/compare/v1.9.3...v1.9.4
38833890
[v1.9.3]: https://github.com/vchain-us/immudb/compare/v1.9DOM.2...v1.9.3
38843891
[v1.9DOM.2]: https://github.com/vchain-us/immudb/compare/v1.9DOM.2-RC1...v1.9DOM.2
38853892
[v1.9DOM.2-RC1]: https://github.com/vchain-us/immudb/compare/v1.9DOM.1...v1.9DOM.2-RC1

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export GO111MODULE=on
1616

1717
SHELL=/bin/bash -o pipefail
1818

19-
VERSION=1.9.3
19+
VERSION=1.9.4
2020
DEFAULT_WEBCONSOLE_VERSION=1.0.18
2121
SERVICES=immudb immuadmin immuclient
2222
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64 darwin/arm64

helm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: immudb
33
description: The immutable database
44
type: application
5-
version: 1.9.3
6-
appVersion: "1.9.3"
5+
version: 1.9.4
6+
appVersion: "1.9.4"

0 commit comments

Comments
 (0)